Prevent gnome-shell getting stuck on the login screen
authorMatthias Clasen <mclasen@redhat.com>
Fri, 23 Sep 2011 21:31:53 +0000 (17:31 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 24 Sep 2011 19:43:23 +0000 (15:43 -0400)
commit51b5abcea9ee948d11aeb5d6062186f3d4f5ee59
tree81be60d688bb855242f6e5590a93423cc5670505
parent90f159c6f14fe8bb932e4d01c46e72ca7b2ffb71
Prevent gnome-shell getting stuck on the login screen

The workaround that was committed for this didn't have the
intended effect, since the timeout was added to the default
main context, not the one that is used in the recursive
mainloop.

Without this patch, my login screen would freeze when hitting
Enter in the password entry, with it, I could successfully log
in 10 out of 10 times.

https://bugzilla.gnome.org/show_bug.cgi?id=658013
atk-adaptor/event.c