From ae3d38155c59fe1a135f04e0a5c5c486b57467a7 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Sat, 9 Apr 2011 21:00:05 -0500 Subject: [PATCH] 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 file changed, 9 insertions(+) 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