mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-01-03 11:35:20 +00:00
fedora-live-kde-base.ks: follow-up to autologin session fix
There's *two* places where the session name is referenced, Kev only fixed one.
This commit is contained in:
parent
341e2f56f9
commit
66b3b50b89
@ -42,7 +42,7 @@ chown liveuser:liveuser /home/liveuser/.xsession
|
||||
# set up autologin for user liveuser
|
||||
if [ -f /etc/sddm.conf ]; then
|
||||
sed -i 's/^#User=.*/User=liveuser/' /etc/sddm.conf
|
||||
sed -i 's/^#Session=.*/Session=kde-plasma.desktop/' /etc/sddm.conf
|
||||
sed -i 's/^#Session=.*/Session=plasma.desktop/' /etc/sddm.conf
|
||||
else
|
||||
cat > /etc/sddm.conf << SDDM_EOF
|
||||
[Autologin]
|
||||
|
Loading…
Reference in New Issue
Block a user