From 534d2f357c58e4b74789c6fde009324f9b6991a4 Mon Sep 17 00:00:00 2001 From: Sebastian Dziallas Date: Thu, 25 Mar 2010 17:39:48 +0100 Subject: [PATCH] design-suite: reduce package set and add desktop link to inkscape course --- fedora-livecd-design-suite.ks | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/fedora-livecd-design-suite.ks b/fedora-livecd-design-suite.ks index b9dab99..08f6121 100644 --- a/fedora-livecd-design-suite.ks +++ b/fedora-livecd-design-suite.ks @@ -55,7 +55,7 @@ hamster-applet empathy evolution firefox -gnash-plugin +# gnash-plugin gwibber # audio & video @@ -66,9 +66,9 @@ totem # system gnome-utils -tracker-search-tool +# tracker-search-tool vinagre -vino +# vino %end @@ -100,6 +100,19 @@ gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults # Turn off PackageKit-command-not-found while uninstalled sed -i -e 's/^SoftwareSourceSearch=true/SoftwareSourceSearch=false/' /etc/PackageKit/CommandNotFound.conf +# Add link to the Inkscape Course +cat >> /home/liveuser/Desktop/inkscape-course.desktop << FOE +#!/usr/bin/env xdg-open +[Desktop Entry] +Name=Introduction To Inkscape +GenericName=Inkscape Course +Comment=Materials from Máirín Duffy's Inkscape Class +Exec=/usr/bin/firefox http://linuxgrrl.com/learn/Introduction_To_Inkscape +Type=Application +Icon=fedora-logo-icon +FOE +chmod a+x /home/liveuser/Desktop/inkscape-course.desktop + EOF %end