From 9a9545c41fe8f0aad1cd8374bcfb75c54f032251 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Sun, 10 Apr 2011 08:39:47 -0500 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) 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