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.
This commit is contained in:
Bruno Wolff III 2011-04-09 21:00:05 -05:00
parent 056803cac5
commit ae3d38155c
1 changed files with 9 additions and 0 deletions

View File

@ -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