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.
This commit is contained in:
Bruno Wolff III 2011-04-10 08:39:47 -05:00
parent 72f0d81e1a
commit 9a9545c41f
1 changed files with 1 additions and 1 deletions

View File

@ -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