2010-01-20 19:23:12 +00:00
|
|
|
# fedora-design-suite.ks
|
|
|
|
#
|
|
|
|
# Description:
|
|
|
|
# - A Spin targeted towards professional designers
|
|
|
|
#
|
|
|
|
# Maintainer:
|
|
|
|
# - Sebastian Dziallas <sdz AT fedoraproject DOT org>
|
|
|
|
|
2010-02-17 23:03:26 +00:00
|
|
|
%include fedora-live-mini.ks
|
2010-01-20 19:23:12 +00:00
|
|
|
|
|
|
|
%packages
|
|
|
|
|
|
|
|
# gnome desktop
|
2010-03-26 19:07:18 +00:00
|
|
|
gdm
|
2010-01-20 19:23:12 +00:00
|
|
|
gnome-python2-gconf
|
|
|
|
gnome-desktop
|
|
|
|
gnome-panel
|
|
|
|
gnome-session
|
|
|
|
gnome-terminal
|
|
|
|
metacity
|
|
|
|
nautilus
|
|
|
|
|
|
|
|
# graphics
|
|
|
|
agave
|
|
|
|
blender
|
|
|
|
cinepaint
|
2010-04-11 23:26:37 +00:00
|
|
|
entangle
|
2010-03-30 20:56:42 +00:00
|
|
|
fontforge
|
2010-01-20 19:23:12 +00:00
|
|
|
fontmatrix
|
2010-04-01 22:43:04 +00:00
|
|
|
# fyre
|
2010-01-20 19:23:12 +00:00
|
|
|
gimp
|
|
|
|
gimp-*-plugin
|
2010-03-30 20:56:42 +00:00
|
|
|
GREYCstoration-gimp
|
2010-04-03 15:38:52 +00:00
|
|
|
# hugin
|
2010-01-20 19:23:12 +00:00
|
|
|
inkscape
|
|
|
|
mypaint
|
|
|
|
nautilus-image-converter
|
|
|
|
optipng
|
2010-03-30 20:56:42 +00:00
|
|
|
# pinta
|
2010-04-29 23:03:43 +00:00
|
|
|
# postr
|
2010-03-21 23:17:47 +00:00
|
|
|
rawtherapee
|
2010-01-20 19:23:12 +00:00
|
|
|
scribus
|
|
|
|
shotwell
|
|
|
|
synfigstudio
|
|
|
|
ufraw
|
|
|
|
xournal
|
|
|
|
|
|
|
|
# office
|
2010-03-21 23:17:47 +00:00
|
|
|
abiword
|
2010-01-20 19:23:12 +00:00
|
|
|
dia
|
2010-03-30 20:56:42 +00:00
|
|
|
evince
|
2010-01-20 19:23:12 +00:00
|
|
|
gnote
|
2010-03-21 23:17:47 +00:00
|
|
|
gnumeric
|
2010-01-20 19:23:12 +00:00
|
|
|
hamster-applet
|
|
|
|
# pdfmod
|
|
|
|
|
|
|
|
# internet
|
|
|
|
empathy
|
|
|
|
evolution
|
|
|
|
firefox
|
|
|
|
|
|
|
|
# audio & video
|
2010-03-30 20:56:42 +00:00
|
|
|
jokosher
|
2010-01-20 19:23:12 +00:00
|
|
|
pitivi
|
|
|
|
rhythmbox
|
|
|
|
totem
|
|
|
|
|
|
|
|
# system
|
2010-03-30 20:56:42 +00:00
|
|
|
gedit
|
2010-01-20 19:23:12 +00:00
|
|
|
gnome-utils
|
2010-03-30 20:56:42 +00:00
|
|
|
gtk-recordmydesktop
|
2010-07-06 18:04:08 +00:00
|
|
|
NetworkManager-gnome
|
2010-01-20 19:23:12 +00:00
|
|
|
|
|
|
|
%end
|
|
|
|
|
|
|
|
%post
|
|
|
|
cat >> /etc/rc.d/init.d/livesys << EOF
|
|
|
|
# disable screensaver locking
|
|
|
|
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/gnome-screensaver/lock_enabled false >/dev/null
|
|
|
|
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /desktop/gnome/lockdown/disable_lock_screen true >/dev/null
|
|
|
|
|
|
|
|
# set up timed auto-login for after 60 seconds
|
|
|
|
cat >> /etc/gdm/custom.conf << FOE
|
|
|
|
[daemon]
|
|
|
|
TimedLoginEnable=true
|
|
|
|
TimedLogin=liveuser
|
|
|
|
TimedLoginDelay=60
|
|
|
|
FOE
|
|
|
|
|
|
|
|
# Show harddisk install on the desktop
|
|
|
|
sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
|
|
|
|
mkdir /home/liveuser/Desktop
|
|
|
|
cp /usr/share/applications/liveinst.desktop /home/liveuser/Desktop
|
|
|
|
chown -R liveuser.liveuser /home/liveuser/Desktop
|
|
|
|
chmod a+x /home/liveuser/Desktop/liveinst.desktop
|
|
|
|
|
|
|
|
# But not trash and home
|
|
|
|
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/nautilus/desktop/trash_icon_visible false >/dev/null
|
|
|
|
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/nautilus/desktop/home_icon_visible false >/dev/null
|
|
|
|
|
|
|
|
# Turn off PackageKit-command-not-found while uninstalled
|
|
|
|
sed -i -e 's/^SoftwareSourceSearch=true/SoftwareSourceSearch=false/' /etc/PackageKit/CommandNotFound.conf
|
|
|
|
|
2010-03-25 16:39:48 +00:00
|
|
|
# Add link to the Inkscape Course
|
|
|
|
cat >> /home/liveuser/Desktop/inkscape-course.desktop << FOE
|
|
|
|
#!/usr/bin/env xdg-open
|
|
|
|
[Desktop Entry]
|
|
|
|
Name=Introduction To Inkscape
|
|
|
|
GenericName=Inkscape Course
|
|
|
|
Comment=Materials from Máirín Duffy's Inkscape Class
|
|
|
|
Exec=/usr/bin/firefox http://linuxgrrl.com/learn/Introduction_To_Inkscape
|
|
|
|
Type=Application
|
|
|
|
Icon=fedora-logo-icon
|
|
|
|
FOE
|
|
|
|
chmod a+x /home/liveuser/Desktop/inkscape-course.desktop
|
|
|
|
|
2010-01-20 19:23:12 +00:00
|
|
|
EOF
|
|
|
|
|
|
|
|
%end
|