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 686063 - Make org.gnome.ScreenSaver.SetActive work
Make org.gnome.ScreenSaver.SetActive work
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: lock-screen
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-10-12 23:39 UTC by Matthias Clasen
Modified: 2012-10-14 01:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make org.gnome.ScreenSaver.SetActive work (1.03 KB, patch)
2012-10-12 23:39 UTC, Matthias Clasen
committed Details | Review

Description Matthias Clasen 2012-10-12 23:39:08 UTC
The interface was declared to take an unsigned integer instead
of a boolean, as gnome-screensaver does. Due to this,
gnome-screensaver-command --activate or --deactivate does not
work when used with gnome-shell.
Comment 1 Matthias Clasen 2012-10-12 23:39:11 UTC
Created attachment 226360 [details] [review]
Make org.gnome.ScreenSaver.SetActive work
Comment 2 drago01 2012-10-13 10:27:48 UTC
Review of attachment 226360 [details] [review]:

Looks good.
Comment 3 Matthias Clasen 2012-10-14 01:06:51 UTC
Attachment 226360 [details] pushed as a7d344d - Make org.gnome.ScreenSaver.SetActive work