GNOME Bugzilla – Bug 442853
Unlock dialog shows Switch User button when /apps/gnome-screensaver/user_switch_enabled is false
Last modified: 2007-08-31 11:51:00 UTC
As in summary, setting /apps/gnome-screensaver/user_switch_enabled GConf key to false (or deactivating the feature in Pessulus), the screensaver unlock dialog still show "Switch User" button. This wrong behavior occurs in both GNOME 2.18 (Ubuntu Edgy) and GNOME 2.19 (jhbuild sandbox). PS should I restart session/gnome-screensaver in order to make it effective?
Hi, this also happens to me with Ubuntu Feisty (g-s 2.18.1). There's also a bug report at https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/114945 Best regards.
The issue should be in gnome-screensaver-dialog.c In fact, setting the GConf key to false, there is no "--enable-switch" option on command line used to launch gnome-screensaver-dialog. I'll investigate.
There's a related bug report #469890. Could we get this issue fixed for 2.20? It's a regression from 2.16. Thanks in advance!
*** Bug 469890 has been marked as a duplicate of this bug. ***
Should be fixed in trunk. Can you confirm? Thanks. 2007-08-30 William Jon McCann <mccann@jhu.edu> * src/gs-lock-plug.c: (gs_lock_plug_init): Hide switch button if not enabled. Fixes #442853
Thanks, works fine.