From 8fc08068f3272bff20f2a58790578de9edbbc1d6 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Tue, 3 Nov 2015 02:18:44 +0300 Subject: [PATCH] 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. --- .../x11-autologin/rootfs/image-scripts.d/40-x11-autologin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.in/x11-autologin/rootfs/image-scripts.d/40-x11-autologin b/features.in/x11-autologin/rootfs/image-scripts.d/40-x11-autologin index 9922489d..0d9fb1ce 100755 --- a/features.in/x11-autologin/rootfs/image-scripts.d/40-x11-autologin +++ b/features.in/x11-autologin/rootfs/image-scripts.d/40-x11-autologin @@ -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