GNOME Bugzilla – Bug 682465
Login fails with [ Invalid UTF-8 ] and then hangs
Last modified: 2012-09-07 04:56:03 UTC
I reproduce this bug with gdm 3.5.90 - Logout from a session - Click on your user's icon - Password prompt isn't even displayed, an "Invalid UTF-8" notification is shown at the bottom - Click on the icon again - GDM hangs See attached video
Created attachment 222144 [details] video
Still valid with 3.5.91
I think this should fix the issue: aafa407 slave: fix autologin but please reopen if you continue to have problems.
Created attachment 223716 [details] [review] slave: fix autologin An inverted condition in the wants_autologin function means we tried to start greeter when autologin is runnings. Since autologin is usually much faster than loading GL/gnome-shell, this bug is sort of spotty to reproduce. This commit changes the "delay > 0" check to "delay == 0" which is a correct indicator of autologin.
Thanks, I confirm the patch seems to work fine here (but still doesn't solve bug 682467).