I want user foo to auto-login using LightDM (which has been used by Ubuntu since version 11.10). How would I do that?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
||||
|
|
You can do this without editing configuration files: go to System Settings > User accounts, click "Unlock" and enter your password, then click the button next to "Automatic login": ' |
||||
|
|
|
An alternative to Alin's answer is to create a file
Next time you start, auto-login should work like expected. |
||||
|
|
|
You can easily do this with lightdm-set-defaults if you'd rather not edit lightdm.conf manually:
It will not set the autologin timeout, but the default for that is 0 in the code anyway, so you don't need to set it. |
|||
|
|
|
Search for "User Accounts" application. Select the account you want to autologin Toggle the Automatic Login switch to On That should do the work. |
|||
|
|

