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 652327 - statusMenu: Don't force a screen lock when suspending
statusMenu: Don't force a screen lock when suspending
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-06-10 21:08 UTC by Florian Müllner
Modified: 2011-06-10 21:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
statusMenu: Don't force a screen lock when suspending (1.62 KB, patch)
2011-06-10 21:08 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2011-06-10 21:08:06 UTC
See patch.
Comment 1 Florian Müllner 2011-06-10 21:08:09 UTC
Created attachment 189680 [details] [review]
statusMenu: Don't force a screen lock when suspending

The screen panel in System Settings has a preference whether the
screen should be locked on suspend. This works fine when suspending
by closing the lid, but the "Suspend" menu item in the user status
menu ignores the setting and always locks the screen.
Fix by activating the screen saver before suspending rather than
locking explicitly.
Comment 2 Colin Walters 2011-06-10 21:29:14 UTC
Review of attachment 189680 [details] [review]:

Sounds good.
Comment 3 Florian Müllner 2011-06-10 21:30:55 UTC
Attachment 189680 [details] pushed as 60f41a1 - statusMenu: Don't force a screen lock when suspending