I want user foo to auto-login using LightDM (which has been used by Ubuntu since version 11.10). How would I do that?
|
|
||||
|
|
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. |
|||
|
|
|
I just discovered that, I need to have ubuntu-desktop to be install before lightdm could function. This solved my issue when trying to get lightdm to actually login in without going in loop. The reason for the system to go in loop may be because lightdm needs the ubuntu desktop before it may work.
|
|||
|
|

