[SOLVED] autologin for xubuntu
by Tem2 from LinuxQuestions.org on (#5P6K3)
I can't figure out how to login automatically in my xfce session.
User name is 'master'
This used to work in a different partition, but I had to rebuild from scratch.
I'm running ubuntu 20.04 and it is a very clean installation.
The following is from my google search:
Type in a terminal...
sudo -e /etc/lightdm/lightdm.conf
Add these lines to the file:
[Seat:*]
autologin-session=xubuntu
autologin-user=master
autologin-user-timeout=0
(note: I changed the user value to 'master')
Thanks for your help!
User name is 'master'
This used to work in a different partition, but I had to rebuild from scratch.
I'm running ubuntu 20.04 and it is a very clean installation.
The following is from my google search:
Type in a terminal...
sudo -e /etc/lightdm/lightdm.conf
Add these lines to the file:
[Seat:*]
autologin-session=xubuntu
autologin-user=master
autologin-user-timeout=0
(note: I changed the user value to 'master')
Thanks for your help!