mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-22 15:33:07 +00:00
Fix up the key value favorites override file.
This commit is contained in:
parent
fd0752d245
commit
f3a46f0631
@ -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
|
# Change the favorites using a vendor override. (Adding a profile would
|
||||||
# be another way to do this.)
|
# be another way to do this.)
|
||||||
cat << EOF > /usr/share/glib-2.0/schemas/qa-testday.gschema.override
|
cat << EOF > /usr/share/glib-2.0/schemas/org.gnome.shell.qa-testday.gschema.override
|
||||||
[org/gnome/shell]
|
[org.gnome.shell]
|
||||||
favorite-apps=['mozilla-firefox.desktop', 'nautilus.desktop', 'testday-wiki.desktop', 'testday-irc.desktop', 'gnome-terminal.desktop']
|
favorite-apps=['mozilla-firefox.desktop', 'nautilus.desktop', 'testday-wiki.desktop', 'testday-irc.desktop', 'gnome-terminal.desktop']
|
||||||
EOF
|
EOF
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas/
|
glib-compile-schemas /usr/share/glib-2.0/schemas/
|
||||||
|
Loading…
Reference in New Issue
Block a user