GNOME Bugzilla – Bug 685143
Login as "Not listed" -- session chosen at "User" entry ignored
Last modified: 2013-09-07 02:11:38 UTC
In gnome-shell 3.4, 3.5, 3.6.0: When I use the "Not listed" item at the user chooser, then select a different session before entering the username, the selection is reverted as soon as I hit Enter and the password prompt is displayed and I have to re-do my selection again.
The underlying issue is that we should not even ask for the session before we know the user name. Because we only then know if there is an existing session that we must switch to, in which case asking for the session is not useful.
One case where it is necessary to allow choosing a session before we know the user name is if we want to allow password-less login. In that case, once the user name is known, it's too late to select a session, since we're already logging in...
(In reply to comment #2) > One case where it is necessary to allow choosing a session before we know the > user name is if we want to allow password-less login. In that case, once the > user name is known, it's too late to select a session, since we're already > logging in... Isn't it the same problem as with password-less users *in* the list?
I think this was fixed in bugs 683437 and 706607. Please reopen if you can reproduce the problem with the upcoming 3.10 ...