Saturday, September 26, 2026

xfce4: autologin does not work

It autologin does not work despite setting in /etc/lightdm/lightdm.conf:

autologin-user=your_user_name
autologin-user-timeout=0

Check if your your_user_name is added to autologin group or even if the group exist:

sudo groupadd autologin
sudo usermod -aG autologin your_user_name