Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. Enabling autologin
  2. Edit the LightDM configuration file and ensure these lines are uncommented and correctly configured:
  3.  
  4. /etc/lightdm/lightdm.conf
  5. [Seat:*]
  6. autologin-user=username
  7.  
  8. You must be part of the autologin group to be able to login automatically without entering your password:
  9.  
  10. # groupadd -r autologin
  11. # gpasswd -a username autologin
  12.  
  13. LightDM logs in using the session specified in the ~/.dmrc of the user getting logged in automatically. To override this file, specify autologin-session in lightdm.conf:
  14.  
  15. /etc/lightdm/lightdm.conf
  16. [Seat:*]
  17. autologin-user=username
  18. autologin-session=session
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement