mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-22 07:23:09 +00:00
Add qa desktop entries to favorites.
This commit is contained in:
parent
27027824b9
commit
6d5907d4d4
@ -32,6 +32,8 @@ abiword
|
||||
# brand as fedora test spin
|
||||
fedora-logos
|
||||
-generic-logos
|
||||
# glib2 is needed to set up favorites, though it probably gets pulled in anyway.
|
||||
glib2
|
||||
%end
|
||||
|
||||
%post
|
||||
@ -63,4 +65,12 @@ EOF
|
||||
|
||||
# Add gnome-terminal shortcut to desktop
|
||||
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]
|
||||
favorite-apps=['mozilla-firefox.desktop', 'nautilus.desktop', 'testday-wiki.desktop', 'testday-irc.desktop', 'gnome-terminal.desktop']
|
||||
EOF
|
||||
glib-compile-schemas
|
||||
%end
|
||||
|
Loading…
Reference in New Issue
Block a user