Comment 12 for bug 726480

Revision history for this message
Martin Stjernholm (msub) wrote :

Can note that this still happens in Trusty, and since bug #726471 is fixed, this user level workaround now works:

mkdir -p ~/.local/share/dbus-1/services
cat <<EOF > ~/.local/share/dbus-1/services/org.gnome.ScreenSaver.service
[D-BUS Service]
Name=org.gnome.ScreenSaver
Exec=
EOF

On a side note, I do believe this is a bug in gnome screensaver. It should have a notion of whether or not it is supposed to be managing screensaving in the user session, and if not then it should respond to DBus clients with an appropriate error if they try to activate it.