After enabling the automatic login feature in GDM3Setup and setting a timed login, GDM doesn't start and just freezes.
Tested on Ubuntu 12.10 with GDM3.6.
GDM3Setup sets this to the /etc/gdm/custom.conf file:
[daemon]
TimedLoginDelay=30
TimedLogin=andrei
TimedLoginEnable=1
AutomaticLoginEnable=0
While the same configuration file seems to use a slightly different syntax (copy/paste from the file):
Enabling automatic login
AutomaticLoginEnable = true
AutomaticLogin = user1
Enabling timed login
TimedLoginEnable = true
TimedLogin = user1
TimedLoginDelay = 10
Update: oh, and one more thing: after enabling automatic login in GDM3Setup, if I disable it, the modifications GDM3Setup did to the /etc/gdm/custom.conf remain unchanged.
After enabling the automatic login feature in GDM3Setup and setting a timed login, GDM doesn't start and just freezes.
Tested on Ubuntu 12.10 with GDM3.6.
GDM3Setup sets this to the /etc/gdm/custom.conf file:
[daemon]
TimedLoginDelay=30
TimedLogin=andrei
TimedLoginEnable=1
AutomaticLoginEnable=0
While the same configuration file seems to use a slightly different syntax (copy/paste from the file):
Enabling automatic login
AutomaticLoginEnable = true
AutomaticLogin = user1
Enabling timed login
TimedLoginEnable = true
TimedLogin = user1
TimedLoginDelay = 10
Update: oh, and one more thing: after enabling automatic login in GDM3Setup, if I disable it, the modifications GDM3Setup did to the /etc/gdm/custom.conf remain unchanged.