gnome-shell/js/dbusServices
Florian Müllner dedfdb6d0b dbusServices/screensaver: Disable auto-shutdown
For the screensaver service, it is quite normal that a consumer only
subscribes to the "ActiveChanged" signal without calling any methods.

The result is that we don't know about the consumer, and shut down
the service anyway after we hit the timeout.

If this happens, we break functionality like gnome-settings-daemon's
screen blanking on idle.

Fix this by simply disabling auto-shutdown for the service, which
also reflects the expectation that the screen saver service is
always running in a GNOME session.

https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4114

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1824>
2021-04-28 18:12:13 +00:00
..
extensions extensionsService: Really fix copying technical details 2021-04-09 20:53:34 +00:00
notifications notificationDaemon: Fix grouping by PID 2020-05-19 08:24:07 +00:00
screencast dbusServices/screencast: Use GTK4 2021-01-25 21:09:22 +01:00
screensaver dbusServices/screensaver: Disable auto-shutdown 2021-04-28 18:12:13 +00:00
dbus-service.in dbusServices: Add some base classes for small stand-alone services 2020-03-12 16:09:27 +00:00
dbus-service.service.in dbusServices: Add some base classes for small stand-alone services 2020-03-12 16:09:27 +00:00
dbusService.js dbusService: Queue shutdown check on startup 2020-07-31 10:51:12 +02:00
meson.build dbusServices/screensaver: Split out public ScreenSaver service 2020-12-07 16:24:19 +00:00
org.gnome.ScreenSaver.src.gresource.xml dbusServices/screensaver: Split out public ScreenSaver service 2020-12-07 16:24:19 +00:00
org.gnome.Shell.Extensions.src.gresource.xml dbusServices/extensions: Include Params module 2020-03-24 10:38:24 +01:00
org.gnome.Shell.Notifications.src.gresource.xml dbusServices/notifications: Add a separate notification daemon 2020-03-12 16:09:27 +00:00
org.gnome.Shell.Screencast.src.gresource.xml Move screencasting into a separate service process 2020-07-31 10:51:12 +02:00