commit 244b6729d11238f83037466b71aedeaea743408c Author: Luya Tshimbalanga luya@fedoraproject.org Date: Thu May 30 21:53:13 2013 -0700
design: revert to live-desktop inclusion and comment custom desktop entry
fedora-live-design-suite.ks | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) --- diff --git a/fedora-live-design-suite.ks b/fedora-live-design-suite.ks index 662ab2d..fcd9fe1 100644 --- a/fedora-live-design-suite.ks +++ b/fedora-live-design-suite.ks @@ -7,7 +7,7 @@ # - Luya Tshimbalanga <sdz AT fedoraproject DOT org> # - Previous maintainer Sebastian Dziallas
-%include fedora-livecd-desktop.ks +%include fedora-live-desktop.ks
#DVD size partition part / --size 8192 @@ -89,22 +89,22 @@ overpass-fonts
%end
-%post +#%post
# Add link to the Inkscape Course -cat >> /usr/share/applications/inkscape-course.desktop << FOE -[Desktop Entry] -Name=Introduction To Inkscape -GenericName=Inkscape Course -Comment=Materials from Máirín Duffy's Inkscape Class -Exec=xdg-open http://linuxgrrl.com/learn/Introduction_To_Inkscape -Type=Application -Icon=fedora-logo-icon -Categories=Graphics;Documentation; -FOE -chmod a+x /usr/share/applications/inkscape-course.desktop - -EOF - -%end +#cat >> /usr/share/applications/inkscape-course.desktop << FOE +#[Desktop Entry] +#Name=Introduction To Inkscape +#GenericName=Inkscape Course +#Comment=Materials from Máirín Duffy's Inkscape Class +#Exec=xdg-open http://linuxgrrl.com/learn/Introduction_To_Inkscape +#Type=Application +#Icon=fedora-logo-icon +#Categories=Graphics;Documentation; +#FOE +#chmod a+x /usr/share/applications/inkscape-course.desktop + +#EOF + +#%end