summaryrefslogtreecommitdiffstats
path: root/fedora-live-design-suite.ks
diff options
context:
space:
mode:
Diffstat (limited to 'fedora-live-design-suite.ks')
-rw-r--r--fedora-live-design-suite.ks29
1 files changed, 24 insertions, 5 deletions
diff --git a/fedora-live-design-suite.ks b/fedora-live-design-suite.ks
index 89382e4..f453da5 100644
--- a/fedora-live-design-suite.ks
+++ b/fedora-live-design-suite.ks
@@ -4,7 +4,7 @@
# - A Spin targeted towards professional designers
# Website: http://fedoraproject.org/wiki/Design_Suite
# Maintainers:
-# - Luya Tshimbalanga <sdz AT fedoraproject DOT org>
+# - Luya Tshimbalanga <luya AT fedoraproject DOT org>
# - Previous maintainer Sebastian Dziallas
%include fedora-live-desktop.ks
@@ -17,7 +17,11 @@ part / --size 8192
# graphics
blender
bluefish
+<<<<<<< HEAD
#cinepaint
+=======
+#cinepaint will be orphaned soon
+>>>>>>> a47186bb673789cb3ba6bae8af26bf0a86b7dcac
cmyktool
darktable
dia
@@ -37,6 +41,10 @@ mypaint
inkscape
nautilus-image-converter
optipng
+<<<<<<< HEAD
+=======
+pencil
+>>>>>>> a47186bb673789cb3ba6bae8af26bf0a86b7dcac
scribus
colord-extra-profiles
synfigstudio
@@ -53,10 +61,6 @@ filezilla
audacity
pitivi
-# system
-# gtk-recordmydesktop # dropped for space (#887991)
-# network-manager-applet #part of Gnome Desktop
-
# fonts
aajohan-comfortaa-fonts
adobe-source-sans-pro-fonts
@@ -92,6 +96,7 @@ overpass-fonts
%end
%post
+<<<<<<< HEAD
#Override the favorite desktop application in Dash
cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
[org.gnome.shell]
@@ -99,6 +104,15 @@ favorite-apps=['firefox.desktop', 'evolution.desktop', 'shotwell.desktop', 'gimp
#Enable categories in Gnome Shell
app-folder-categories=['Utilities', 'Others', 'System Settings', 'Sundry', 'Graphics', 'Games', 'Office', 'Multimedia', 'Network', 'Internet']
FOE
+=======
+
+# Set favourite apps for Design Suite
+cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
+[org.gnome.shell]
+favorite-apps=['firefox.desktop', 'evolution.desktop', 'gimp.desktop', 'shotwell.desktop', 'inkscape.desktop', 'scribus.desktop', 'blender.desktop', 'nautilus.desktop', 'anaconda.desktop']
+FOE
+
+>>>>>>> a47186bb673789cb3ba6bae8af26bf0a86b7dcac
# Add link to the Inkscape Course
cat >> /usr/share/applications/inkscape-course.desktop << FOE
@@ -113,10 +127,15 @@ Categories=Graphics;Documentation;
FOE
chmod a+x /usr/share/applications/inkscape-course.desktop
+<<<<<<< HEAD
# rebuild schema cache with any overrides we installed
glib-compile-schemas /usr/share/glib-2.0/schemas
EOF
%end
+=======
+EOF
+>>>>>>> a47186bb673789cb3ba6bae8af26bf0a86b7dcac
+%end