02-07-2016, 11:52 PM
(12-24-2014, 12:39 PM)misko_2083 link Wrote: Yes you should have this file in order to use auto login.
Create it with:
Paste this in leafpad.Code:sudo leafpad /etc/lightdm/lightdm.conf
You just need to change this line autologin-user=usernameCode:[SeatDefaults]
autologin-guest=false
autologin-user=username
autologin-user-timeout=0
autologin-session=lightdm-autologin
greeter-session=lightdm-webkit-greeter
user-session=xfce
Change username to the user name you whish to use to auto login.
This command prtints your current user name:
For example: If the output of this command is wirezfreeCode:echo $USER
Code:[SeatDefaults]
autologin-guest=false
autologin-user=wirezfree
autologin-user-timeout=0
autologin-session=lightdm-autologin
greeter-session=lightdm-webkit-greeter
user-session=xfce
Thank you both of you, for posting the issue and the answer. I had exactly the same oriblem and missing folder (out of fresh install) and Misko's instructions did the job.
Kind regards,
Ioanna