1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-11-26 00:53:09 +00:00

Design: custom menu and additional packages

This commit is contained in:
Luya Tshimbalanga 2013-08-11 19:46:39 -07:00
parent 244b6729d1
commit 4f4d1d082a

View File

@ -17,7 +17,7 @@ part / --size 8192
# graphics # graphics
blender blender
bluefish bluefish
cinepaint #cinepaint
cmyktool cmyktool
darktable darktable
dia dia
@ -26,15 +26,17 @@ fontforge
font-manager font-manager
gimp gimp
gimp-*-plugin gimp-*-plugin
gimp-data-extras
gimp-high-pass-filter
gimp-normalmap
gimp-resynthesizer
gpick gpick
GREYCstoration-gimp GREYCstoration-gimp
hugin hugin
inkscape
mypaint mypaint
inkscape
nautilus-image-converter nautilus-image-converter
optipng optipng
# pinta # is huge because it needs mono
# postr # dropped because shotwell support flickr upload
scribus scribus
colord-extra-profiles colord-extra-profiles
synfigstudio synfigstudio
@ -42,7 +44,6 @@ synfigstudio
xournal xournal
# office # office
gnote
pdfshuffler pdfshuffler
# internet # internet
@ -59,6 +60,7 @@ pitivi
# fonts # fonts
aajohan-comfortaa-fonts aajohan-comfortaa-fonts
adobe-source-sans-pro-fonts adobe-source-sans-pro-fonts
campivisivi-titillium-fonts
lato-fonts lato-fonts
overpass-fonts overpass-fonts
@ -89,22 +91,32 @@ overpass-fonts
%end %end
#%post %post
#Override the favorite desktop application in Dash
cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
[org.gnome.shell]
favorite-apps=['firefox.desktop', 'evolution.desktop', 'shotwell.desktop', 'gimp.desktop', 'inkscape.desktop', 'blender.desktop', 'libreoffice-writer.desktop', 'scribus.desktop', 'nautilus.desktop', 'bijiben.desktop', 'anaconda.desktop']
#Enable categories in Gnome Shell
app-folder-categories=['Utilities', 'Others', 'System Settings', 'Sundry', 'Graphics', 'Games', 'Office', 'Multimedia', 'Network', 'Internet']
FOE
# 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 # rebuild schema cache with any overrides we installed
glib-compile-schemas /usr/share/glib-2.0/schemas
#%end EOF
%end