[Fedora-spins] [spin-kickstarts] rename liveinst.desktop to anaconda.desktop

Matthias Clasen mclasen at fedoraproject.org
Tue Mar 15 16:48:49 UTC 2011


commit ddba2be8e208111b7f61b4c58d97fff01280c43b
Author: Ray Strode <rstrode at redhat.com>
Date:   Tue Mar 15 12:35:08 2011 -0400

    rename liveinst.desktop to anaconda.desktop
    
    The shell requires the name to be the same as the wmclass
    of the initial window.

 fedora-live-desktop.ks |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/fedora-live-desktop.ks b/fedora-live-desktop.ks
index dc42c58..92ce90c 100644
--- a/fedora-live-desktop.ks
+++ b/fedora-live-desktop.ks
@@ -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']


More information about the spins mailing list