From: Eric Abrahamsen Date: Thu, 27 Aug 2020 20:57:03 +0000 (-0700) Subject: Switch Gnus D-Bus signal from :session to :system X-Git-Tag: emacs-28.0.90~6351 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6ff37fc439f9a921cfced62d784050b9ae9c0c77;p=emacs.git Switch Gnus D-Bus signal from :session to :system * lisp/gnus/gnus-dbus.el (gnus-dbus-register-sleep-signal): Apparently this needs to be :system -- perhaps because PrepareForSleep is a system-level event? --- diff --git a/lisp/gnus/gnus-dbus.el b/lisp/gnus/gnus-dbus.el index dbfa7fb693f..8fbeffba437 100644 --- a/lisp/gnus/gnus-dbus.el +++ b/lisp/gnus/gnus-dbus.el @@ -44,7 +44,7 @@ Used to unregister the signal.") "Use `dbus-register-signal' to close servers on sleep." (when (featurep 'dbusbind) (setq gnus-dbus-sleep-registration-object - (dbus-register-signal :session + (dbus-register-signal :system "org.freedesktop.login1" "/org/freedesktop/login1" "org.freedesktop.login1.Manager"