mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-09 23:50:07 +00:00
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:
parent
72f0d81e1a
commit
9a9545c41f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user