[Fedora-spins] [spin-kickstarts] fedora-live-kde-base.ks: follow-up to autologin session fix

Adam Williamson adamwill at fedoraproject.org
Tue Mar 3 02:23:16 UTC 2015


commit 125219301c0ba721c82560780605dc9cdac531f5
Author: Adam Williamson <awilliam at redhat.com>
Date:   Mon Mar 2 18:22:30 2015 -0800

    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.

 fedora-live-kde-base.ks |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-live-kde-base.ks b/fedora-live-kde-base.ks
index 587b37c..e71bcea 100644
--- a/fedora-live-kde-base.ks
+++ b/fedora-live-kde-base.ks
@@ -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]


More information about the spins mailing list