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 732774 - Gdm timed login works only once
Gdm timed login works only once
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
3.10.x
Other Linux
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2014-07-05 17:58 UTC by Philippe Troin
Modified: 2014-09-02 19:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Allows multiple time logins to work (774 bytes, patch)
2014-07-05 17:58 UTC, Philippe Troin
none Details | Review
daemon: allow multiple time logins to work (3.31 KB, patch)
2014-09-02 19:30 UTC, Ray Strode [halfline]
committed Details | Review

Description Philippe Troin 2014-07-05 17:58:17 UTC
Created attachment 279955 [details] [review]
Allows multiple time logins to work

I've successfully configured timed login.
However, it only works the first time gdm starts.
Once the initial user logs out, timed login does not happen again, even though gdm indicates that timed login will happen (with the timed login progress bar).

The attached patch fixes the problem.
Comment 1 Ray Strode [halfline] 2014-09-02 19:30:22 UTC
Created attachment 285168 [details] [review]
daemon: allow multiple time logins to work

GDM currently lumps timed login with autologin when deciding whether or
not to skip it, if it's already happened once this boot.

That's the wrong behavior, and indeed will create a confused experience,
because it's not what the login screen provided by gnome-shell
expects.

This commit allows timed login to work after the user logs out.
Comment 2 Ray Strode [halfline] 2014-09-02 19:32:22 UTC
Thanks pushed.
Attachment 285168 [details] pushed as a0e7097 - daemon: allow multiple time logins to work