design: add tutorials and gimp-paint-studio

This commit is contained in:
Luya Tshimbalanga
2013-11-22 13:56:37 -08:00
parent 41cdac9e94
commit 2c0b103fef

View File

@@ -29,6 +29,7 @@ gimp-*-plugin
gimp-data-extras gimp-data-extras
gimp-high-pass-filter gimp-high-pass-filter
gimp-normalmap gimp-normalmap
gimp-paint-studio
gimp-resynthesizer gimp-resynthesizer
gpick gpick
GREYCstoration-gimp GREYCstoration-gimp
@@ -101,7 +102,7 @@ overpass-fonts
#Override the favorite desktop application in Dash #Override the favorite desktop application in Dash
cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
[org.gnome.shell] [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'] 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','list-design-tutorials.desktop']
#Enable categories in Gnome Shell #Enable categories in Gnome Shell
app-folder-categories=['Utilities', 'Sundry', 'Office', 'Network', 'Internet', 'Graphics', 'Games', 'Multimedia', 'System', 'Development', 'Accessories', 'System Settings', 'Other'] app-folder-categories=['Utilities', 'Sundry', 'Office', 'Network', 'Internet', 'Graphics', 'Games', 'Multimedia', 'System', 'Development', 'Accessories', 'System Settings', 'Other']
FOE FOE
@@ -119,8 +120,6 @@ Categories=Graphics;Documentation;
FOE FOE
chmod a+x /usr/share/applications/inkscape-course.desktop chmod a+x /usr/share/applications/inkscape-course.desktop
<<<<<<< HEAD
=======
# Add link to the list of design tutorials # Add link to the list of design tutorials
cat >> /usr/share/applications/list-design-tutorials.desktop << FOE cat >> /usr/share/applications/list-design-tutorials.desktop << FOE
[Desktop Entry] [Desktop Entry]
@@ -134,7 +133,6 @@ Categories=Graphics;Documentation;
FOE FOE
chmod a+x /usr/share/applications/list-design-tutorials.desktop chmod a+x /usr/share/applications/list-design-tutorials.desktop
>>>>>>> 6d05550... design: fix link for tutorials
# rebuild schema cache with any overrides we installed # rebuild schema cache with any overrides we installed
glib-compile-schemas /usr/share/glib-2.0/schemas glib-compile-schemas /usr/share/glib-2.0/schemas