Feature #820
Automatically Login XFCE Session on Debian
Description
This is a simple guide for automatically logging as a user with an XFCE session on Debian.
- Edit the lightdm config file:
sudo nano /etc/lightdm/lightdm.conf
- Uncomment these two lines and replace bob with your username:
autologin-user=bob autologin-user-timeout=0
- Uncomment these two lines and replace bob with your username:
- Reconfigure the lightdm package so that changes are taken into effect:
sudo dpkg-reconfigure lightdm
Resources¶
Updated by Daniel Curtis over 8 years ago
- Description updated (diff)
- Status changed from New to Resolved
- % Done changed from 0 to 100
- Tracker changed from Support to Feature