[Fedora-spins] [spin-kickstarts: 9/24] qa-test-day: Account for favorites search path

Bruno Wolff III bruno at fedoraproject.org
Sun Apr 10 05:04:13 UTC 2011


commit f5653f7bb23d7add8db971ec1da7302ddad0951c
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Apr 9 15:24:35 2011 -0500

    qa-test-day: Account for favorites search path

 custom/qa-test-day.ks |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/custom/qa-test-day.ks b/custom/qa-test-day.ks
index fdab591..4da447a 100644
--- a/custom/qa-test-day.ks
+++ b/custom/qa-test-day.ks
@@ -49,7 +49,7 @@ rm -rf /tmp/chrome
 
 # Create a .desktop link for Test Day wiki
 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]
 Encoding=UTF-8
 Name=Participate in a Test Day
@@ -59,7 +59,7 @@ Icon=gnome-fs-bookmark
 EOF
 
 # 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]
 Encoding=UTF-8
 Name=Connect to a Test Day chat
@@ -68,9 +68,6 @@ URL=http://webchat.freenode.net/?channels=fedora-test-day
 Icon=gnome-fs-bookmark
 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
 # be another way to do this.)
 cat << EOF > /usr/share/glib-2.0/schemas/org.gnome.shell.qa-testday.gschema.override


More information about the spins mailing list