[Fedora-spins] [spin-kickstarts/F-14] Use animated backgrounds in live desktop spins except broffice.org.

Bruno Wolff III bruno at fedoraproject.org
Sun Oct 17 12:40:33 UTC 2010


commit b5702146d902a312d82d412414130cc62971fc4f
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Oct 17 07:36:22 2010 -0500

    Use animated backgrounds in live desktop spins except broffice.org.

 fedora-live-desktop.ks        |    3 +++
 fedora-livecd-broffice.org.ks |    4 ++++
 2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/fedora-live-desktop.ks b/fedora-live-desktop.ks
index 423b167..a3149c9 100644
--- a/fedora-live-desktop.ks
+++ b/fedora-live-desktop.ks
@@ -49,6 +49,9 @@ gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults
 # Turn off PackageKit-command-not-found while uninstalled
 sed -i -e 's/^SoftwareSourceSearch=true/SoftwareSourceSearch=false/' /etc/PackageKit/CommandNotFound.conf
 
+# Use the animated laughlin background by default
+gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -t str -s /desktop/gnome/background/picture_filename /usr/share/backgrounds/laughlin/default-tod/laughlin.xml
+
 EOF
 
 %end
diff --git a/fedora-livecd-broffice.org.ks b/fedora-livecd-broffice.org.ks
index 97ad076..972214c 100644
--- a/fedora-livecd-broffice.org.ks
+++ b/fedora-livecd-broffice.org.ks
@@ -72,3 +72,7 @@ gtk2-immodules
 
 %end
 
+%post
+# Since we aren't including the animated backgrounds we should use the plain one.
+gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -t str -s /desktop/gnome/background/picture_filename /usr/share/backgrounds/laughlin/default/laughlin.xml
+%end


More information about the spins mailing list