mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-06 11:39:40 +08:00
Adapt to firefox desktop file name change in F17
Starting with firefox-7.0.1-3.fc17, the desktop file was renamed from mozilla-firefox.desktop -> firefox.desktop. https://bugzilla.redhat.com/show_bug.cgi?id=736558 https://bugzilla.redhat.com/show_bug.cgi?id=808497
This commit is contained in:
@@ -100,7 +100,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=['mozilla-firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'openoffice.org-writer.desktop', 'nautilus.desktop', 'inkscape-course.desktop', 'anaconda.desktop']
|
||||
favorite-apps=['firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'openoffice.org-writer.desktop', 'nautilus.desktop', 'inkscape-course.desktop', 'anaconda.desktop']
|
||||
FOE
|
||||
|
||||
# add installer to user menu
|
||||
|
||||
Reference in New Issue
Block a user