spin-kickstarts/fedora-jam/fedora-live-jam-kde.ks | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)
New commits:
commit 2d6cba1b396d7867b6252a50ee36bb22dc212ac8
Author: Brendan Jones <brendan.jones.it(a)gmail.com>
Date: Tue Aug 14 00:12:36 2012 +0200
Correct bug, add default theme to kickstart
diff --git a/spin-kickstarts/fedora-jam/fedora-live-jam-kde.ks b/spin-kickstarts/fedora-jam/fedora-live-jam-kde.ks
index cb393c7..41701c3 100644
--- a/spin-kickstarts/fedora-jam/fedora-live-jam-kde.ks
+++ b/spin-kickstarts/fedora-jam/fedora-live-jam-kde.ks
@@ -154,6 +154,10 @@ arpage
#streaming
idjc
+# fedora jam theming (to be customized)
+oxygen-cursor-themes
+oxygen-icon-theme
+fedora-jam-backgrounds
#Misc. Utils
@@ -193,6 +197,15 @@ thunderbird
/bin/echo FavoriteURLs=/usr/share/applications/firefox.desktop,/usr/share/applications/mozilla-thunderbird.desktop,/usr/share/applications/fedora-qjackctl.desktop,/usr/share/applications/fedora-lash-panel.desktop,/usr/share/applications/mscore.desktop,/usr/share/applications/kde4/dolphin.desktop,/usr/share/applications/kde4/systemsettings.desktop >> /home/liveuser/.kde/share/config/kickoffrc
+# Set default theme (to be changed to a customized one)
+cat >> /etc/skel/.kde/share/config/plasmarc << EOF
+[$Version]
+update_info=plasma_popupapplet_fix_groups.upd:PlasmaPopupAppletFixGroups2
+[Theme]
+name=oxygen
+EOF
+
+cp /etc/skel/.kde/share/config/plasmarc /home/liveuser/.kde/share/config/
#add user to jackuser gorup on boot
@@ -210,10 +223,8 @@ thunderbird
cat >> /etc/rc.d/init.d/livesys << EOF
/usr/sbin/usermod -a -G jackuser,audio liveuser
-FOE
-%end
-
-
+EOF
+%end