mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-01-03 11:35:20 +00:00
design: revert to live-desktop inclusion and comment custom desktop entry
This commit is contained in:
parent
8717d3ff09
commit
244b6729d1
@ -7,7 +7,7 @@
|
|||||||
# - Luya Tshimbalanga <sdz AT fedoraproject DOT org>
|
# - Luya Tshimbalanga <sdz AT fedoraproject DOT org>
|
||||||
# - Previous maintainer Sebastian Dziallas
|
# - Previous maintainer Sebastian Dziallas
|
||||||
|
|
||||||
%include fedora-livecd-desktop.ks
|
%include fedora-live-desktop.ks
|
||||||
|
|
||||||
#DVD size partition
|
#DVD size partition
|
||||||
part / --size 8192
|
part / --size 8192
|
||||||
@ -89,22 +89,22 @@ overpass-fonts
|
|||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
#%post
|
||||||
|
|
||||||
# Add link to the Inkscape Course
|
# Add link to the Inkscape Course
|
||||||
cat >> /usr/share/applications/inkscape-course.desktop << FOE
|
#cat >> /usr/share/applications/inkscape-course.desktop << FOE
|
||||||
[Desktop Entry]
|
#[Desktop Entry]
|
||||||
Name=Introduction To Inkscape
|
#Name=Introduction To Inkscape
|
||||||
GenericName=Inkscape Course
|
#GenericName=Inkscape Course
|
||||||
Comment=Materials from Máirín Duffy's Inkscape Class
|
#Comment=Materials from Máirín Duffy's Inkscape Class
|
||||||
Exec=xdg-open http://linuxgrrl.com/learn/Introduction_To_Inkscape
|
#Exec=xdg-open http://linuxgrrl.com/learn/Introduction_To_Inkscape
|
||||||
Type=Application
|
#Type=Application
|
||||||
Icon=fedora-logo-icon
|
#Icon=fedora-logo-icon
|
||||||
Categories=Graphics;Documentation;
|
#Categories=Graphics;Documentation;
|
||||||
FOE
|
#FOE
|
||||||
chmod a+x /usr/share/applications/inkscape-course.desktop
|
#chmod a+x /usr/share/applications/inkscape-course.desktop
|
||||||
|
|
||||||
EOF
|
#EOF
|
||||||
|
|
||||||
%end
|
#%end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user