2008-09-24 16:52:43 +00:00
|
|
|
# Maintained by the Fedora Desktop SIG:
|
|
|
|
# http://fedoraproject.org/wiki/SIGs/Desktop
|
|
|
|
# mailto:fedora-desktop-list@redhat.com
|
|
|
|
|
2008-04-13 15:24:59 +00:00
|
|
|
%include fedora-live-base.ks
|
|
|
|
|
|
|
|
%packages
|
|
|
|
@games
|
|
|
|
@graphical-internet
|
|
|
|
@graphics
|
|
|
|
@sound-and-video
|
|
|
|
@gnome-desktop
|
|
|
|
nss-mdns
|
2009-03-06 04:41:11 +00:00
|
|
|
NetworkManager-vpnc
|
|
|
|
NetworkManager-openvpn
|
2008-04-13 15:24:59 +00:00
|
|
|
# we don't include @office so that we don't get OOo. but some nice bits
|
|
|
|
abiword
|
2008-10-08 19:01:57 +00:00
|
|
|
#gnumeric
|
2008-04-13 15:24:59 +00:00
|
|
|
#planner
|
|
|
|
#inkscape
|
|
|
|
|
2008-08-11 14:50:41 +00:00
|
|
|
# avoid weird case where we pull in more festival stuff than we need
|
|
|
|
festival
|
|
|
|
festvox-slt-arctic-hts
|
|
|
|
|
2008-04-13 15:24:59 +00:00
|
|
|
# dictionaries are big
|
|
|
|
-aspell-*
|
2008-08-11 14:50:41 +00:00
|
|
|
-hunspell-*
|
2008-04-13 15:24:59 +00:00
|
|
|
-man-pages-*
|
2008-10-08 19:01:57 +00:00
|
|
|
-words
|
2008-04-13 15:24:59 +00:00
|
|
|
|
|
|
|
# save some space
|
|
|
|
-gnome-user-docs
|
|
|
|
-gimp-help
|
2008-10-08 19:01:57 +00:00
|
|
|
-gimp-help-browser
|
2008-04-13 15:24:59 +00:00
|
|
|
-evolution-help
|
2008-10-08 19:01:57 +00:00
|
|
|
-gnome-games
|
2008-09-24 16:52:43 +00:00
|
|
|
-gnome-games-help
|
2008-10-15 18:52:00 +00:00
|
|
|
totem-gstreamer
|
|
|
|
-totem-xine
|
2008-04-13 15:24:59 +00:00
|
|
|
-nss_db
|
|
|
|
-vino
|
2008-10-08 19:01:57 +00:00
|
|
|
-isdn4k-utils
|
2008-08-11 14:50:41 +00:00
|
|
|
-dasher
|
|
|
|
-evince-dvi
|
|
|
|
-evince-djvu
|
|
|
|
# not needed for gnome
|
|
|
|
-acpid
|
2008-10-08 19:01:57 +00:00
|
|
|
|
|
|
|
# these pull in excessive dependencies
|
2008-08-11 14:50:41 +00:00
|
|
|
-ekiga
|
|
|
|
-tomboy
|
|
|
|
-f-spot
|
2008-04-13 15:24:59 +00:00
|
|
|
%end
|
|
|
|
|
|
|
|
%post
|
2008-10-02 15:05:16 +00:00
|
|
|
cat >> /etc/rc.d/init.d/livesys << EOF
|
2008-04-13 15:24:59 +00:00
|
|
|
# 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
|
|
|
|
# set up timed auto-login for after 60 seconds
|
2008-08-11 14:52:45 +00:00
|
|
|
cat >> /etc/gdm/custom.conf << FOE
|
|
|
|
[daemon]
|
|
|
|
TimedLoginEnable=true
|
2008-10-02 15:05:16 +00:00
|
|
|
TimedLogin=liveuser
|
2008-08-11 14:52:45 +00:00
|
|
|
TimedLoginDelay=60
|
|
|
|
FOE
|
2008-04-13 15:24:59 +00:00
|
|
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
%end
|