Difference between revisions of "lxqt auto login with sddm"

From thelinuxwiki
Jump to: navigation, search
(Created page with "== Problem == An automatic login is desired after unlocking and encrpyted root drive to boot the system. == Versions == lxqt 0.10.0 sddm 0.13.0-r4 ==solution== create file...")
 
(Problem)
 
Line 1: Line 1:
 
== Problem ==
 
== Problem ==
  
An automatic login is desired after unlocking and encrpyted root drive to boot the system.
+
An automatic login is desired after unlocking and encrpyted root drive to boot the system. Thus avoiding having to enter a seconds password.
 
+
  
 
== Versions ==
 
== Versions ==

Latest revision as of 13:50, 25 September 2016

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