GNOME Bugzilla – Bug 482742
Does not lock screen after "Switch User"
Last modified: 2014-12-05 00:27:43 UTC
[ From http://bugs.debian.org/433259 ] It seems gnome-panel does not lock the screen after "Switch User" from the log out menu is used. The other ways one can switch user from GNOME (fusa, gdmflexiserver, the screensaver) all lock the display by default.
Created attachment 96791 [details] [review] lock the screen upon switch user The fix is as simple as calling the lock function before talking to GDM.
This fix seems good enough to fix this problem maybe it should go to trunk.
Hrm. I thought I had commented, but it seems I didn't. I don't think this should be done unconditionally: eg, in FUSA, there's a setting to not lock the screen when switching user. Maybe this should be a shared gconf key?
Or we could simply use /apps/gnome-screensaver/lock_enabled in all cases.
Moving to gnome-session since the code has been moved there.
we do this nowadays (locking the screen on user switching)