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 668877 - Desktop often shown before lock screen when resuming from suspend or inactivity
Desktop often shown before lock screen when resuming from suspend or inactivity
Status: RESOLVED OBSOLETE
Product: gnome-screensaver
Classification: Deprecated
Component: daemon
unspecified
Other Linux
: Normal major
: ---
Assigned To: gnome-screensaver maintainers
gnome-screensaver maintainers
Depends on: 668551
Blocks:
 
 
Reported: 2012-01-27 19:54 UTC by Ray Strode [halfline]
Modified: 2014-08-20 20:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ray Strode [halfline] 2012-01-27 19:54:31 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.
Comment 1 Josh Triplett 2012-03-07 08:30:59 UTC
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.
Comment 2 Bastien Nocera 2014-08-20 20:23:29 UTC
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.