summaryrefslogtreecommitdiffstats
path: root/custom
diff options
context:
space:
mode:
authorBruno Wolff III <bruno@wolff.to>2011-04-09 18:46:43 -0500
committerBruno Wolff III <bruno@wolff.to>2011-04-09 18:46:43 -0500
commit54f86c48a775ad598e82a811db071bf18ac8349a (patch)
tree81422fc21afcc3f1f0f66fb580e92490be33a9fc /custom
parent998da55f54aa642f9a2c6a396829a40fca9be6bd (diff)
downloadspin-kickstarts-54f86c48a775ad598e82a811db071bf18ac8349a.tar.gz
spin-kickstarts-54f86c48a775ad598e82a811db071bf18ac8349a.tar.xz
spin-kickstarts-54f86c48a775ad598e82a811db071bf18ac8349a.zip
qa-testday: Replace firefox favorite with test day wiki favorite.
Diffstat (limited to 'custom')
-rw-r--r--custom/qa-test-day.ks10
1 files changed, 9 insertions, 1 deletions
diff --git a/custom/qa-test-day.ks b/custom/qa-test-day.ks
index 0e03ff6..b5c8030 100644
--- a/custom/qa-test-day.ks
+++ b/custom/qa-test-day.ks
@@ -49,6 +49,14 @@ rm -rf /tmp/chrome
# Create a directory to store global custom favorites
mkdir -p /etc/skel/.local/share/applications
+# Create a favorite for the current test day wiki page
+cat << EOF > /etc/skel/.local/share/applications/testday-wiki.desktop
+Name=Participate in a Test Day
+Type=Application
+Exec=firefox "https://fedoraproject.org/wiki/Test_Day:Current"
+Icon=firefox
+EOF
+
# Create a .desktop link for Test Day IRC chat
cat << EOF > /etc/skel/.local/share/applications/testday-irc.desktop
[Desktop Entry]
@@ -63,7 +71,7 @@ EOF
# be another way to do this.)
cat << EOF > /usr/share/glib-2.0/schemas/org.gnome.shell.qa-testday.gschema.override
[org.gnome.shell]
-favorite-apps=['mozilla-firefox.desktop', 'nautilus.desktop', 'testday-irc.desktop', 'gnome-terminal.desktop']
+favorite-apps=['testday-wiki.desktop', 'testday-irc.desktop', 'nautilus.desktop', 'gnome-terminal.desktop']
EOF
glib-compile-schemas /usr/share/glib-2.0/schemas/
%end