lxqt auto login with sddm

From thelinuxwiki
Revision as of 13:50, 25 September 2016 by Nighthawk (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Problem

An automatic login is desired after unlocking and encrpyted root drive to boot the system. Thus avoiding having to enter a seconds password.

Versions

lxqt 0.10.0 sddm 0.13.0-r4

solution

create file /etc/sddm.conf via root or sudo and add the following lines. Substitute user john with the username of your choice.

[Autologin]
User=john
Session=lxqt.desktop

reboot