Commit 8fc08068 authored by Michael Shigorin's avatar Michael Shigorin

x11-autologin: updated sddm case

Looks like "LXQt" session type is broken for sddm 0.12.0 with lxqt 0.10.0 while "lxqt" one is fine; so be it.
parent fb1781a4
......@@ -113,7 +113,7 @@ if [ -f "$SDDM_RC" ]; then
add_nopasswdlogin_group sddm ||:
sed -i "s,^User=$,&$USER," "$SDDM_RC"
if [ -f /usr/share/xsessions/lxqt.desktop ]; then
SDDM_SESSION=LXQt
SDDM_SESSION=lxqt
elif [ -f /usr/share/xsessions/plasma.desktop ]; then
SDDM_SESSION=plasma
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment