Search Results
7/13/2025, 1:44:08 AM
Binary files /usr/bin/gnome-terminal and /usr/bin/gnome-terminal.real differ
file /usr/bin/gnome-terminal
/usr/bin/gnome-terminal: Python script, ASCII text executable
i nano /usr/bin/gnome-terminal and i get this fucked shit some kind of discrete launcher idfk what do you guys think? i did not write this.
#!/usr/bin/python3
import string
import subprocess
import sys
import random
from argparse import ArgumentParser, SUPPRESS
from gi.repository import GLib, Gio
PREFIX = "com.canonical.Terminal."
class GnomeTerminal(object):
@staticmethod
def generate_random_string(length=32,
chars=string.ascii_lowercase +
string.ascii_uppercase):
return ''.join(random.choice(chars) for _ in range(length))
@staticmethod
def find_new_name():
name = PREFIX + GnomeTerminal.generate_random_string()
proxy = Gio.DBusProxy.new_for_bus_sync(
Gio.BusType.SESSION,
file /usr/bin/gnome-terminal
/usr/bin/gnome-terminal: Python script, ASCII text executable
i nano /usr/bin/gnome-terminal and i get this fucked shit some kind of discrete launcher idfk what do you guys think? i did not write this.
#!/usr/bin/python3
import string
import subprocess
import sys
import random
from argparse import ArgumentParser, SUPPRESS
from gi.repository import GLib, Gio
PREFIX = "com.canonical.Terminal."
class GnomeTerminal(object):
@staticmethod
def generate_random_string(length=32,
chars=string.ascii_lowercase +
string.ascii_uppercase):
return ''.join(random.choice(chars) for _ in range(length))
@staticmethod
def find_new_name():
name = PREFIX + GnomeTerminal.generate_random_string()
proxy = Gio.DBusProxy.new_for_bus_sync(
Gio.BusType.SESSION,
7/12/2025, 6:39:37 AM
Page 1