Saturday, June 06, 2015

Xubuntu 15.04: lightdm autologin

To setup autologin, create the following file: /etc/lightdm/lightdm.conf

sudo vim /etc/lightdm/lightdm.conf
And add to the following lines: [SeatDefaults]
user-session=xubuntu
autologin-user=your_user_name

1 comment:

  1. Anonymous4:41 AM

    Thanks... works a treat.

    Though I had to sudo nano not vim as vim is seeming absent on Xub 15.04 (just upgraded from 14.04)

    ReplyDelete