Commit bf232c04 authored by Michael Shigorin's avatar Michael Shigorin

x11-autologin: updated KDE5 session name

s/PLASMA/Plasma/ (thanks zerg@)
parent 47f8d6ef
......@@ -113,7 +113,7 @@ if [ -f "$SDDM_RC" ]; then
if [ -f /usr/share/xsessions/lxqt.desktop ]; then
SDDM_SESSION=LXQt
elif [ -f /usr/share/xsessions/plasma.desktop ]; then
SDDM_SESSION=PLASMA
SDDM_SESSION=plasma
fi
if [ -n "$SDDM_SESSION" ]; then
sed -i "s,^Session=$,&$SDDM_SESSION," "$SDDM_RC"
......
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