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 407964 - direct fast user switching
direct fast user switching
Status: RESOLVED FIXED
Product: gnome-screensaver
Classification: Deprecated
Component: dialog
2.15.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-screensaver maintainers
gnome-screensaver maintainers
Depends on:
Blocks: 402489
 
 
Reported: 2007-02-14 18:41 UTC by Matthias Clasen
Modified: 2007-09-13 03:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
minimal patch (797 bytes, patch)
2007-02-14 18:44 UTC, Matthias Clasen
none Details | Review
patch (172.18 KB, patch)
2007-02-15 18:14 UTC, William Jon McCann
committed Details | Review

Description Matthias Clasen 2007-02-14 18:41:29 UTC
so, we have been looking at the fast user switch experience we want for Fedora 7,
and we think it would be better to go directly to the gdm screen when the switch user button is pressed. 

I'll attach a minimal patch to achieve that. Of course, if you agree that this is the correct behaviour, all the user list code should be ripped out. Alternatively,
one could cop out and add a gconf key to make this configurable...
Comment 1 Matthias Clasen 2007-02-14 18:44:28 UTC
Created attachment 82550 [details] [review]
minimal patch
Comment 2 Matthias Clasen 2007-02-14 18:47:53 UTC
not really serious about the gconf key, btw. I think this is the right behaviour.
We might also want to change the button to say something more descriptive, like
"Open another session" or "Log in as another user". 
Comment 3 Matthias Clasen 2007-02-14 19:59:15 UTC
Another thing that would be nice to add is changing to a wait cursor when the "Switch user" button is clicked, since it takes a while. The only problem is knowing when to switch back to a normal cursor.
Comment 4 William Jon McCann 2007-02-15 18:14:58 UTC
Created attachment 82619 [details] [review]
patch

So, that patch will still try to populate the model with all the users on the system.  Which is kinda bad since we're enabling it by default now.  Here's a more complete axing.

Basically I agree that this is the best behavior provided that GDM does things reasonably.  Having the FUSA stuff in the dialog was essentially to work around a dumb GDM.  At this point I think we need to shine the light on gdm.

I'm going to commit this since we haven't gotten any feedback on the list about th design issues.