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 693007 - only show the lock icon on the top bar if we are locked
only show the lock icon on the top bar if we are locked
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: lock-screen
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
: 693075 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2013-02-01 14:31 UTC by Matthias Clasen
Modified: 2013-02-03 14:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ScreenShield: separate notifications for active and locked (3.38 KB, patch)
2013-02-02 16:33 UTC, Giovanni Campagna
committed Details | Review
UserMenu: don't show a lock icon when we're not actually locked (1.32 KB, patch)
2013-02-02 16:33 UTC, Giovanni Campagna
committed Details | Review

Description Matthias Clasen 2013-02-01 14:31:51 UTC
Some of the comments in Bastiens recent power post: http://www.hadess.net/2013/02/power-management-in-gnome-38.html discussed that there should be some differentiation on the screen shield based on whether we are locked or not.

Two things that were mentioned:

- Only show the padlock icon in the top right if the user has to unlock

- Allow C-A-L to lock the screen when the shield is already down
Comment 1 Giovanni Campagna 2013-02-01 15:56:07 UTC
What should we show instead of the padlock, if we're not locked?
An open padlock? The regular chat status? Nothing at all?
Comment 2 Matthias Clasen 2013-02-01 17:23:10 UTC
I would say nothing
Comment 3 Stéphane Démurget 2013-02-02 10:44:16 UTC
I remember Reda making a mockup of an alternative locking strategy where the lock icon was quite prominent at the center, see bug 688208 but that was involving two different screens.

If the proposed notifications layout changes would be implemented (that's bug 691008), we might have enough space to add the lock icon at the center without much changing the overall design. That could clutter the shield a bit too much though.
Comment 4 Giovanni Campagna 2013-02-02 16:33:03 UTC
Created attachment 235063 [details] [review]
ScreenShield: separate notifications for active and locked

Now that we have an explicit active-but-not-locked state, we should
use different signals to notify changes. lock-status-changed is
renamed to active-changed, and a new locked-changed is introduced.
Comment 5 Giovanni Campagna 2013-02-02 16:33:15 UTC
Created attachment 235064 [details] [review]
UserMenu: don't show a lock icon when we're not actually locked

The screen shield can now be active (forcing the lock-screen session mode)
without being locked.
Comment 6 Giovanni Campagna 2013-02-03 00:40:56 UTC
*** Bug 693075 has been marked as a duplicate of this bug. ***
Comment 7 Jasper St. Pierre (not reading bugmail) 2013-02-03 10:35:31 UTC
Review of attachment 235063 [details] [review]:

This is a good cleanup anyway.
Comment 8 Jasper St. Pierre (not reading bugmail) 2013-02-03 10:37:03 UTC
Review of attachment 235064 [details] [review]:

OK.
Comment 9 Giovanni Campagna 2013-02-03 14:03:12 UTC
Attachment 235063 [details] pushed as ae0accb - ScreenShield: separate notifications for active and locked
Attachment 235064 [details] pushed as b3549f4 - UserMenu: don't show a lock icon when we're not actually locked