forked from srbala/fedora-kickstarts
qa-test-day: Account for favorites search path
This commit is contained in:
parent
3b1b41ea36
commit
f5653f7bb2
@ -49,7 +49,7 @@ rm -rf /tmp/chrome
|
|||||||
|
|
||||||
# Create a .desktop link for Test Day wiki
|
# Create a .desktop link for Test Day wiki
|
||||||
mkdir -p /etc/skel/Desktop
|
mkdir -p /etc/skel/Desktop
|
||||||
cat << EOF > /etc/skel/Desktop/testday-wiki.desktop
|
cat << EOF > /etc/skel/.local/share/applications/testday-wiki.desktop
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
Encoding=UTF-8
|
||||||
Name=Participate in a Test Day
|
Name=Participate in a Test Day
|
||||||
@ -59,7 +59,7 @@ Icon=gnome-fs-bookmark
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Create a .desktop link for Test Day IRC chat
|
# Create a .desktop link for Test Day IRC chat
|
||||||
cat << EOF > /etc/skel/Desktop/testday-irc.desktop
|
cat << EOF > /etc/skel/.local/share/applications/testday-irc.desktop
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
Encoding=UTF-8
|
||||||
Name=Connect to a Test Day chat
|
Name=Connect to a Test Day chat
|
||||||
@ -68,9 +68,6 @@ URL=http://webchat.freenode.net/?channels=fedora-test-day
|
|||||||
Icon=gnome-fs-bookmark
|
Icon=gnome-fs-bookmark
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Add gnome-terminal shortcut to desktop
|
|
||||||
cp /usr/share/applications/gnome-terminal.desktop /etc/skel/Desktop
|
|
||||||
|
|
||||||
# Change the favorites using a vendor override. (Adding a profile would
|
# Change the favorites using a vendor override. (Adding a profile would
|
||||||
# be another way to do this.)
|
# be another way to do this.)
|
||||||
cat << EOF > /usr/share/glib-2.0/schemas/org.gnome.shell.qa-testday.gschema.override
|
cat << EOF > /usr/share/glib-2.0/schemas/org.gnome.shell.qa-testday.gschema.override
|
||||||
|
Loading…
Reference in New Issue
Block a user