Last active
July 7, 2018 19:59
-
-
Save aarshtalati/b906005956ade193d829bdf0d28c170f to your computer and use it in GitHub Desktop.
Ubuntu MATE 18.04 LTS (Bionic) Login Automatically
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# create /etc/lightdm/lightdm.conf.d/12-autologin.conf, if it doesn't exist | |
# sudo nano /etc/lightdm/lightdm.conf.d/12-autologin.conf | |
[SeatDefaults] | |
autologin-user=username | |
# source: https://askubuntu.com/a/456957/490067 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment