tsites
tsites computer tuition, website design, network security
articles

Open new configuration file with Leafpad (or your preferred editor)

sudo leafpad /etc/lightdm/lightdm.conf.d/10-autologin.conf

(edits the file '10-autologin.conf' with leafpad. Change leafpad to something else if you prefer a different editor).

Paste the following lines:

[Seat:*]
autologin-guest = false
autologin-user = yourusername
autologin-user-timeout = 0
[SeatDefaults]
allow-guest = false

Replace yourusername with the name of the user you want to have logged in automatically

Back to Forum Listing