Search Results

Found 2 results for "d169af3787053e2b77c707ca771a31b4" across all boards searching md5.

Anonymous /g/105886708#105886708
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,
Anonymous /x/40705972#40705993
7/12/2025, 6:39:37 AM