rename liveinst.desktop to anaconda.desktop

The shell requires the name to be the same as the wmclass
of the initial window.
This commit is contained in:
Ray Strode 2011-03-15 12:35:08 -04:00 committed by Matthias Clasen
parent f36ebea234
commit ddba2be8e2
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ FOE
# Show harddisk install in shell dash
sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
# need to move it to anaconda.desktop to make shell happy
mv /usr/share/applications/liveinst.desktop /usr/share/applications/anaconda.desktop
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', 'liveinst.desktop']