GNOME Bugzilla – Bug 668877
Desktop often shown before lock screen when resuming from suspend or inactivity
Last modified: 2014-08-20 20:23:29 UTC
+++ This bug was initially created as a clone of Bug #668551 +++ I'm on Fedora Rawhide, with mostly GNOME 3.3 packages now and gnome-screensaver-3.2.0-2.fc17.x86_64 . I have dual heads - both Dell 20" 1920x1080 screens in portrait orientation. Often, when I wake up from suspend or just come back from a timeout-induced screen lock, the monitors will show my desktop for a few seconds before fading out to the lock screen. Sometimes I can even interact with the desktop during this time, so this has security implications as well as simply being very bad polish. I think this was mostly 'fixed' for a bit during F16 release time frame, but has since gotten worse again.
Copying the key piece of information from bug 668551 comment 8 for reference: > Indeed, > > if (dbus_message_is_method_call (message, GS_SERVICE, "Lock")) { > g_signal_emit (listener, signals [LOCK], 0); > return send_success_reply (connection, message); > } > > we send the reply as soon as we fire off the machinery. we don't wait for it to > finish.
The screen lock is now implemented directly in gnome-shell, not in gnome-screensaver (as it was with older version of GNOME 3 and GNOME 2.x). If the reported problems persists in recent versions of GNOME, please file a new bug against gnome-shell with the "lock-screen" component selected. If your installation is an older version of GNOME that cannot be upgraded (such as an enterprise version), please use the appropriate support mechanism from your vendor, or your distribution instead.