After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 616225 - daemon lacks bus activation file
daemon lacks bus activation file
Status: RESOLVED FIXED
Product: gnome-screensaver
Classification: Deprecated
Component: daemon
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Ray Strode [halfline]
gnome-screensaver maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-19 21:53 UTC by Ray Strode [halfline]
Modified: 2010-04-20 01:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add session service activation file (2.26 KB, patch)
2010-04-20 00:44 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2010-04-19 21:53:52 UTC
gnome-screensaver exports a useful api over the session bus, but it doesn't provide a file for dbus to activate it when that api is used before screensaver is started.

This means, e.g., if the user locks the screen via dbus while the session is first starting up, that the dbus call will fail.
Comment 1 Ray Strode [halfline] 2010-04-20 00:44:37 UTC
Created attachment 159128 [details] [review]
Add session service activation file

Right now, if components of the desktop try to use
gnome-screensaver's dbus api before its started, then they
will fail.

This commit adds a service activation file, so dbus will start
it if it's needed and not running yet.