mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-09 23:50:07 +00:00
Update live design suite ks
Minor update Signed-off-by: Luya Tshimbalanga <luya@fedoraproject.org>
This commit is contained in:
parent
290551d901
commit
3fd25cf1d3
@ -1,50 +1,16 @@
|
|||||||
# fedora-design-suite.ks
|
# fedora-design-suite.ks
|
||||||
# Based on Live Workstation
|
# Based on Live Workstation
|
||||||
# A collection of applications targeted towards professional visual designers
|
# A collection of applications for professional visual designers
|
||||||
# http://fedoraproject.org/wiki/Design_Suite
|
# http://fedoraproject.org/wiki/Design_Suite
|
||||||
# Maintained by Luya Tshimbalanga <luya AT fedoraproject DOT org>
|
# Maintained by Luya Tshimbalanga <luya AT fedoraproject DOT org>
|
||||||
# Credit to Sebastian Dziallas for initiating the project
|
# Credit to Sebastian Dziallas for initiating the project
|
||||||
|
|
||||||
%include fedora-live-workstation.ks
|
%include fedora-live-workstation.ks
|
||||||
|
%include fedora-design-suite-common.ks
|
||||||
|
|
||||||
# Size partition
|
# Size partition
|
||||||
part / --size 14336
|
part / --size 14336
|
||||||
|
|
||||||
%packages
|
|
||||||
# Switch to groups for design suite
|
|
||||||
@design-suite
|
|
||||||
|
|
||||||
# Identify as Fedora Design Suite
|
|
||||||
fedora-release-designsuite
|
|
||||||
fedora-release-identity-designsuite
|
|
||||||
-fedora-release-workstation
|
|
||||||
|
|
||||||
# Provides backup application
|
|
||||||
deja-dup
|
|
||||||
deja-dup-nautilus
|
|
||||||
|
|
||||||
# Add extra gnome applications
|
|
||||||
gnome-books
|
|
||||||
gnome-calendar
|
|
||||||
gnome-photos
|
|
||||||
gnome-shell-extension-pomodoro
|
|
||||||
gnome-todo
|
|
||||||
|
|
||||||
# Add cosmetic for terminal
|
|
||||||
powerline
|
|
||||||
powerline-fonts
|
|
||||||
|
|
||||||
# removal of unneeded applications
|
|
||||||
-gnome-boxes
|
|
||||||
-eog
|
|
||||||
|
|
||||||
# temporarily removing conflicting application
|
|
||||||
-mypaint
|
|
||||||
-sparkleshare
|
|
||||||
-blender-luxcorerender
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
#Override the favorite desktop application in Dash
|
#Override the favorite desktop application in Dash
|
||||||
sed -i "s/favorite-apps=."'*'"/favorite-apps=['firefox.desktop', 'shotwell.desktop', 'gimp.desktop', 'darktable.desktop','krita.desktop', 'inkscape.desktop', 'blender.desktop', 'libreoffice-writer.desktop', 'scribus.desktop', 'pitivi.desktop', 'nautilus.desktop', 'bijiben.desktop', 'anaconda.desktop', 'list-design-tutorials.desktop']/" /etc/rc.d/init.d/livesys
|
sed -i "s/favorite-apps=."'*'"/favorite-apps=['firefox.desktop', 'shotwell.desktop', 'gimp.desktop', 'darktable.desktop','krita.desktop', 'inkscape.desktop', 'blender.desktop', 'libreoffice-writer.desktop', 'scribus.desktop', 'pitivi.desktop', 'nautilus.desktop', 'bijiben.desktop', 'anaconda.desktop', 'list-design-tutorials.desktop']/" /etc/rc.d/init.d/livesys
|
||||||
@ -88,9 +54,6 @@ Categories=Documentation;
|
|||||||
FOE
|
FOE
|
||||||
chmod a+x /usr/share/applications/fedora-design-team.desktop
|
chmod a+x /usr/share/applications/fedora-design-team.desktop
|
||||||
|
|
||||||
# rebuild schema cache with any overrides we installed
|
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas
|
|
||||||
|
|
||||||
# Use Powerline in bash
|
# Use Powerline in bash
|
||||||
cat >> $HOME/.bashrc << FOE
|
cat >> $HOME/.bashrc << FOE
|
||||||
# Enable powerline daemon
|
# Enable powerline daemon
|
||||||
@ -102,4 +65,7 @@ if [ -f `which powerline-daemon` ]; then
|
|||||||
fi
|
fi
|
||||||
FOE
|
FOE
|
||||||
|
|
||||||
|
# rebuild schema cache with any overrides we installed
|
||||||
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
Loading…
Reference in New Issue
Block a user