summaryrefslogtreecommitdiffstats
path: root/custom
diff options
context:
space:
mode:
authorBruno Wolff III <bruno@wolff.to>2011-04-10 08:39:47 -0500
committerBruno Wolff III <bruno@wolff.to>2011-04-10 08:39:47 -0500
commit9a9545c41fe8f0aad1cd8374bcfb75c54f032251 (patch)
tree2fa0c9ed329d7cfbf06429b8caa228ad2c99d8d0 /custom
parent72f0d81e1a60240b988a349e22572021279f9eb2 (diff)
downloadspin-kickstarts-9a9545c41fe8f0aad1cd8374bcfb75c54f032251.tar.gz
spin-kickstarts-9a9545c41fe8f0aad1cd8374bcfb75c54f032251.tar.xz
spin-kickstarts-9a9545c41fe8f0aad1cd8374bcfb75c54f032251.zip
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.
Diffstat (limited to 'custom')
-rw-r--r--custom/qa-test-day.ks2
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