GNOME Bugzilla – Bug 556439
improve logout/shutdown dialog messages
Last modified: 2009-02-11 20:21:26 UTC
By not showing the 'logged in as' part when you are not actually logged in. This is a string change, thus only suitable for trunk, I guess.
Created attachment 120664 [details] [review] patch
While we are at it, we should probably remove the 'logged in as' part from the shutdown dialog altogether, and instead add some useful information, such as '5 users are currently using this machine.'
Matthias, the patch is missing the actual implementation of gsm_consolekit_get_current_session_type().
(In reply to comment #0) > By not showing the 'logged in as' part when you are not actually logged in. Just to know if got it right: this patch is an improvement for the case when gnome-session is being used by new gdm, right?
Yes. Not showing 'logged in as' is meant for the login session. Showing 'n users are currently using this machine' is meant for multiple concurrent sessions (ie fast user switching)
Created attachment 126252 [details] [review] fixed patch Grr, I hate redoing work that was lost because I was too stupid to create a complete diff...
Lucas, any chance to get this in ?
Commited in trunk. I files a separate bug for what was suggested in comment #2 (bug #571345).