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 683705 - Regression: User menu shown in the gdm lock screen
Regression: User menu shown in the gdm lock screen
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: lock-screen
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-09-10 09:32 UTC by Giovanni Campagna
Modified: 2012-09-10 19:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Hide the user menu in the GDM greeter lock screen (1.21 KB, patch)
2012-09-10 09:35 UTC, Giovanni Campagna
committed Details | Review

Description Giovanni Campagna 2012-09-10 09:32:10 UTC
Go to the gdm greeter, wait 10 minutes, the screen fades. When restored, there will be a locked user menu in the top left.

What's happening? The lock-screen sessionMode has a user menu there, and we're creating and showing it.
Preventing the creation of new panel elements (like we do for components) fixes the user menu, but hides the lockScreenMenu too.

No patches attached, I have no idea how to solve it, without the "tri-state booleans" from bug 682542, which I managed to remove in the latest iteration of the patch.
Comment 1 Giovanni Campagna 2012-09-10 09:35:43 UTC
Created attachment 223888 [details] [review]
Hide the user menu in the GDM greeter lock screen

For reference, this is the tri-state boolean version.
Comment 2 Jasper St. Pierre (not reading bugmail) 2012-09-10 18:54:11 UTC
Review of attachment 223888 [details] [review]:

Sheesh. While I'd hate to have a relative system like panel: { right: ['-userMenu'] } because it's so complicated, maybe it's the right thing to do...

Or maybe split out gdm-lock-screen and user-lock-screen or something.

This is fine for now, of course.
Comment 3 Giovanni Campagna 2012-09-10 19:27:18 UTC
Attachment 223888 [details] pushed as 785be2f - Hide the user menu in the GDM greeter lock screen