[Fedora-spins] [spin-kickstarts] qa-testday: Add favorites to the same override file desktop uses.

Bruno Wolff III bruno at fedoraproject.org
Sun Apr 10 13:42:39 UTC 2011


commit 9a9545c41fe8f0aad1cd8374bcfb75c54f032251
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Apr 10 08:39:47 2011 -0500

    qa-testday: Add favorites to the same override file desktop uses.
    
    It looks like the override for favorites working depending on the
    override file from qa-testday being processed after that from
    live-desktop. It worked in testing, but might not work later.
    So instead use append and the same name. This will put the qa-testday
    definition after the live-desktop one in the same file.

 custom/qa-test-day.ks |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/custom/qa-test-day.ks b/custom/qa-test-day.ks
index 5a02a65..5cd8dbb 100644
--- a/custom/qa-test-day.ks
+++ b/custom/qa-test-day.ks
@@ -88,7 +88,7 @@ EOF
 
 # Change the favorites using a vendor override. (Adding a profile would
 # be another way to do this.)
-cat << EOF > /usr/share/glib-2.0/schemas/org.gnome.shell.qa-testday.gschema.override
+cat << EOF >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override
 [org.gnome.shell]
 favorite-apps=['testday-wiki.desktop', 'testday-irc.desktop', 'liveinst.desktop', 'nautilus.desktop', 'gnome-terminal.desktop']
 EOF


More information about the spins mailing list