GNOME Bugzilla – Bug 686064
shell doesn't implement org.gnome.ScreenSaver.GetActiveTime
Last modified: 2012-10-18 13:31:31 UTC
This method is supposed to return the time in seconds that the screen has been locked. It is used in the gnome-screensaver-command --time implementation, which is consequently not working with gnome-shell. It seems a bit unlikely, but people might have scripts that rely on this functionality, and --time is a documented option of gnome-screensaver-command, so maybe we should provide this.
Created attachment 226554 [details] [review] ScreenShield: implement o.g.ScreenSaver.GetActiveTime Part of the old gnome-screensaver interface, returns the number of seconds that the screensaver has been active for.
Review of attachment 226554 [details] [review]: Looks good.
This should go to gnome-3-6 as well I guess.
Attachment 226554 [details] pushed as 2a8a806 - ScreenShield: implement o.g.ScreenSaver.GetActiveTime