From a594c43d8e97fa4da9041b2c5c27e3132a1bf9fc Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 6 Apr 2013 23:38:17 +0200 Subject: [PATCH] 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. --- fedora-live-desktop.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-live-desktop.ks b/fedora-live-desktop.ks index 0690680..c402e37 100644 --- a/fedora-live-desktop.ks +++ b/fedora-live-desktop.ks @@ -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