summaryrefslogtreecommitdiffstats
path: root/custom
diff options
context:
space:
mode:
authorBruno Wolff III <bruno@wolff.to>2011-04-09 13:43:21 -0500
committerBruno Wolff III <bruno@wolff.to>2011-04-09 13:43:21 -0500
commitf3a46f063181786e5c254e06ecf1b2be4730df64 (patch)
treef6979422eb545de87110f22ae84c3272576c6934 /custom
parentfd0752d245daf381ab447dbf519362f4c5ac74c4 (diff)
downloadspin-kickstarts-f3a46f063181786e5c254e06ecf1b2be4730df64.tar.gz
spin-kickstarts-f3a46f063181786e5c254e06ecf1b2be4730df64.tar.xz
spin-kickstarts-f3a46f063181786e5c254e06ecf1b2be4730df64.zip
Fix up the key value favorites override file.
Diffstat (limited to 'custom')
-rw-r--r--custom/qa-test-day.ks4
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/qa-test-day.ks b/custom/qa-test-day.ks
index 6c2c744..59bfbd0 100644
--- a/custom/qa-test-day.ks
+++ b/custom/qa-test-day.ks
@@ -73,8 +73,8 @@ cp /usr/share/applications/gnome-terminal.desktop /etc/skel/Desktop
# 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/qa-testday.gschema.override
-[org/gnome/shell]
+cat << EOF > /usr/share/glib-2.0/schemas/org.gnome.shell.qa-testday.gschema.override
+[org.gnome.shell]
favorite-apps=['mozilla-firefox.desktop', 'nautilus.desktop', 'testday-wiki.desktop', 'testday-irc.desktop', 'gnome-terminal.desktop']
EOF
glib-compile-schemas /usr/share/glib-2.0/schemas/