After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 743371 - loginDialog: reset greeter proxy on auth prompt reset
loginDialog: reset greeter proxy on auth prompt reset
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: login-screen
unspecified
Other All
: Normal normal
: ---
Assigned To: Ray Strode [halfline]
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2015-01-22 19:02 UTC by Ray Strode [halfline]
Modified: 2015-01-22 21:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
loginDialog: reset greeter proxy on auth prompt reset (9.64 KB, patch)
2015-01-22 19:02 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2015-01-22 19:02: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.
Comment 1 Ray Strode [halfline] 2015-01-22 19:02:50 UTC
Created attachment 295217 [details] [review]
loginDialog: reset greeter proxy on auth prompt reset
Comment 2 Jasper St. Pierre (not reading bugmail) 2015-01-22 21:47:06 UTC
Review of attachment 295217 [details] [review]:

Makes sense to me.
Comment 3 Ray Strode [halfline] 2015-01-22 21:55:43 UTC
Attachment 295217 [details] pushed as c556d28 - loginDialog: reset greeter proxy on auth prompt reset