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:
parent
056803cac5
commit
ae3d38155c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user