Package: gnome-shell-extension-gpaste
Followup-For: Bug #1100808

I tried to delay the workaround done by gpaste using this patch,
but it doesn't work.

Any idea ?

--- a/src/gnome-shell/checkerBypass.js
+++ b/src/gnome-shell/checkerBypass.js
@@ -17,7 +17,7 @@
 export default function checkerBypass() {
     if (!Main.shellDBusService) {
         // we got loaded too early, the dbus service isn't ready so we cannot 
hook ourselves in, try back later
-        GLib.idle_add(GLib.PRIORITY_DEFAULT, checkerBypass);
+        GLib.timeout_add_seconds_once(3, checkerBypass);
         return;
     }
     let checker = Main.shellDBusService._senderChecker;



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 6.12.22-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages gnome-shell-extension-gpaste depends on:
ii  gir1.2-gpaste-2  45.2-3
ii  gnome-shell      48.0-1
ii  gpaste-2         45.2-3

gnome-shell-extension-gpaste recommends no packages.

gnome-shell-extension-gpaste suggests no packages.

-- no debconf information

Reply via email to