Autologin / disable the login screen
  • daevudaevu
    PMPosts: 2
    how can I disable the login screen (paradigm chooser and guest accoutn
    selector) and directly autologin on boot with my only user I have?
  • daevudaevu
    PMPosts: 2

    For release 12.04 and on (LightDM)


    You will need to create an /etc/lightdm/lightdm.conf with these contents: (do this as root)

    [SeatDefaults]
    autologin-user=<YOUR USER>
    autologin-user-timeout=0
    user-session=Lubuntu
    greeter-session=lightdm-gtk-greeter


    Stop autologin For release 12.04 and on (LightDM)


    You will need to edit the /etc/lightdm/lightdm.conf with these contents: (do this as root)

    Remove or comment out the following lines

    autologin-user=<YOUR USER>
    autologin-user-timeout=0
This discussion has been closed.
All Threads