GNOME Bugzilla – Bug 684594
slave: fix user switching for consolekit users
Last modified: 2012-09-24 14:09:07 UTC
ConsoleKit has code to try to prevent switching to the same session that the slave is running on. That code was important when we created a new throw-away session and slave as part of the user switching process. These days we connect to the already running slave instead of using a new one, and that vestigal code gets in the way, breaking user switching. This commit removes that harmful code.
Created attachment 224963 [details] [review] slave: fix user switching for consolekit users
s/ConsoleKit has code to try/gdm's ConsoleKit code tries/
Got freeze break approval, so go ahead.
Attachment 224963 [details] pushed as 5ac221b - slave: fix user switching for consolekit users