desktop: Sync the list of favourite apps with upstream GNOME Shell

The two lists used to be the same, but have gotten out of sync over
time. We need Anaconda to show up on the live media, otherwise the GNOME
Shell's defaults work fine.
This commit is contained in:
Kalev Lember 2013-04-06 23:38:17 +02:00
parent 1cbd9325a0
commit a594c43d8e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ if [ -f /usr/share/applications/liveinst.desktop ]; then
cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
[org.gnome.shell]
favorite-apps=['firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'openoffice.org-writer.desktop', 'nautilus.desktop', 'anaconda.desktop']
favorite-apps=['firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'libreoffice-writer.desktop', 'nautilus.desktop', 'gnome-documents.desktop', 'anaconda.desktop']
FOE
# Make the welcome screen show up