GNOME Bugzilla – Bug 743371
loginDialog: reset greeter proxy on auth prompt reset
Last modified: 2015-01-22 21:55:47 UTC
Normally when a user uses the login screen to log in, the login screen gets killed and the user session takes over the display. This doesn't happen for wayland sessions, though. Instead, the login screen gets reset, and the wayland session is started on another VT. The greeter proxy object needs to be recreated after this reset, since it's associated with state no longer coupled to the login screen after the reset. This commit moves greeter proxy creation to happen at reset time.
Created attachment 295217 [details] [review] loginDialog: reset greeter proxy on auth prompt reset
Review of attachment 295217 [details] [review]: Makes sense to me.
Attachment 295217 [details] pushed as c556d28 - loginDialog: reset greeter proxy on auth prompt reset