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 658899 - autologin fails
autologin fails
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
3.1.x
Other Linux
: Normal major
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-13 10:27 UTC by siriusb
Modified: 2011-09-13 14:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
greeter.log (15.02 KB, text/plain)
2011-09-13 10:28 UTC, siriusb
  Details
daemon: fix autologin (3.80 KB, patch)
2011-09-13 14:41 UTC, Ray Strode [halfline]
committed Details | Review

Description siriusb 2011-09-13 10:27:13 UTC
With autologin enabled login gnome-shell won't start. After deleting relevant lines from /etc/gdm/custom.conf it works.

Version gdm 3.1.91

greeter.log attached. If you need slave.log or anything else just let me know.
Comment 1 siriusb 2011-09-13 10:28:25 UTC
Created attachment 196350 [details]
greeter.log
Comment 2 Ray Strode [halfline] 2011-09-13 14:41:56 UTC
Hey thanks for the report on this.

I was able to reproduce.  It was a regression introduced from a recent commit.

The following fix has been pushed:
aad28c8 daemon: fix autologin
Comment 3 Ray Strode [halfline] 2011-09-13 14:41:59 UTC
Created attachment 196385 [details] [review]
daemon: fix autologin

In commit 6849f6f3b8a199bed5427b8d6f1e2dedbe035d6c
the code was changed to stop the greeter asynchronously
and start the session following its completion.

Autologin doesn't have a greeter though, so this broke
it.

This commit fixes autologin.