GNOME Bugzilla – Bug 696290
power: Handle the shell coming back with a different screensaver state
Last modified: 2013-03-25 07:28:37 UTC
.
Created attachment 239470 [details] [review] power: Handle the shell coming back with a different screensaver state When the shell crashes while using the screensaver (or it needs to be killed because it won't remove a black screen), we checked for the state of the screensaver, but didn't do anything with it. Now we use the same codepath and make sure we disable the screensaver's aggressive timeout if gnome-shell isn't in screensaver mode anymore.
Review of attachment 239470 [details] [review]: ::: plugins/power/gsd-power-manager.c @@ +2922,3 @@ } + handle_screensaver_active (manager, res); seems right to me. Though we're a little lucky the gvariants are compatible.
Comment on attachment 239470 [details] [review] power: Handle the shell coming back with a different screensaver state Pushed to master, leaving opened for gnome-3-8 Attachment 239470 [details] pushed as 3437843 - power: Handle the shell coming back with a different screensaver state
Pushed to gnome-3-8