[Fedora-spins] [spin-kickstarts: 23/24] qa-testday: Make a local liveinst.desktop

Bruno Wolff III bruno at fedoraproject.org
Sun Apr 10 05:05:25 UTC 2011


commit ae3d38155c59fe1a135f04e0a5c5c486b57467a7
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Apr 9 21:00:05 2011 -0500

    qa-testday: Make a local liveinst.desktop
    
    For some reason I don't know right now, the installed liveinst.desktop
    gets renamed to anaconda.desktop in live-base. So until I know if that
    should really be done differently, I'm adding a local one.

 custom/qa-test-day.ks |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/custom/qa-test-day.ks b/custom/qa-test-day.ks
index b8a7df8..5a02a65 100644
--- a/custom/qa-test-day.ks
+++ b/custom/qa-test-day.ks
@@ -77,6 +77,15 @@ Exec=firefox "http://webchat.freenode.net/?channels=fedora-test-day"
 Icon=firefox
 EOF
 
+# Create a favorite for liveinst
+cat << EOF > /etc/skel/.local/share/applications/liveinst.desktop
+[Desktop Entry]
+Name=Install to hard drive
+Type=Application
+Exec=liveinst
+Icon=anaconda
+EOF
+
 # Change the favorites using a vendor override. (Adding a profile would
 # be another way to do this.)
 cat << EOF > /usr/share/glib-2.0/schemas/org.gnome.shell.qa-testday.gschema.override


More information about the spins mailing list