GNOME Bugzilla – Bug 569760
Implement checks for current state before changing state in gdm-session-worker
Last modified: 2009-07-17 19:40:31 UTC
It seems the patch I attached in bug 568323 can lead gdm-session-worker to have the setup phase done twice, with the second one called too late (while it's already in another state). There are FIXME for that in the code, so I just went ahead and filled the hole. It seems to work okay here.
Created attachment 127509 [details] [review] Only change state if the current state is consistent with the action
Thanks.