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 311415 - automatically switch second login back to first session
automatically switch second login back to first session
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
2.8.x
Other Linux
: Normal enhancement
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2005-07-24 14:52 UTC by William Jon McCann
Modified: 2005-07-26 00:43 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
patch (7.56 KB, patch)
2005-07-24 14:56 UTC, William Jon McCann
none Details | Review
patch (10.25 KB, patch)
2005-07-25 14:49 UTC, William Jon McCann
committed Details | Review

Description William Jon McCann 2005-07-24 14:52:17 UTC
Here is a patch that adds a configuration option to automatically switch the
user back to the original session instead of asking.  This is set off by default
for now.  However, I think it makes sense to enable this by default at some
point.  This is what people want to do 99% of the time.  It is also what OS X
and XP do.
Comment 1 William Jon McCann 2005-07-24 14:56:32 UTC
Created attachment 49683 [details] [review]
patch

Look ok?
Comment 2 Brian Cameron 2005-07-25 03:00:15 UTC
The patch needs some work.  Mainly you didn't add docs for the new configuration
option in docs/C/gdm.xml.  Also, I am not sure I like the keyword
"DoubleLoginMigrate".  This doesn't seem to describe the feature very well. 
Perhaps it should be called "AlwaysLoginCurrentSession" or something.
Comment 3 William Jon McCann 2005-07-25 14:49:31 UTC
Created attachment 49718 [details] [review]
patch

I like your suggestion much better.  Does this look ok?
Comment 4 Brian Cameron 2005-07-25 19:42:09 UTC
Yes, please apply.  
Comment 5 William Jon McCann 2005-07-26 00:43:32 UTC
Committed.  Thanks!