2010-02-15 22:07:47 +00:00
|
|
|
# Maintained by the Fedora Mini SIG:
|
|
|
|
# https://fedoraproject.org/wiki/SIGs/FedoraMini
|
|
|
|
|
2010-02-17 23:03:26 +00:00
|
|
|
%include fedora-live-mini.ks
|
2010-02-15 22:07:47 +00:00
|
|
|
|
|
|
|
%packages
|
|
|
|
|
|
|
|
# moblin desktop
|
|
|
|
@moblin-desktop
|
|
|
|
mesa-dri-drivers-experimental
|
|
|
|
notification-daemon
|
|
|
|
gnome-terminal
|
|
|
|
empathy
|
|
|
|
gypsy
|
|
|
|
geoclue-gypsy
|
|
|
|
firefox
|
|
|
|
|
2010-04-28 06:31:21 +00:00
|
|
|
# telepathy IM protocols
|
|
|
|
telepathy-salut
|
|
|
|
telepathy-sofiasip
|
|
|
|
telepathy-gabble
|
|
|
|
telepathy-farsight
|
|
|
|
telepathy-butterfly
|
|
|
|
|
2010-02-15 22:07:47 +00:00
|
|
|
# Some useful gnome tools
|
|
|
|
cheese
|
|
|
|
nautilus
|
|
|
|
|
|
|
|
# display managers
|
|
|
|
gdm
|
|
|
|
#uxlaunch
|
|
|
|
|
|
|
|
%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
|
|
|
|
# make sure the fonts are not too big
|
|
|
|
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t int /desktop/gnome/font_rendering/dpi 120 >/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
|
|
|
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
%end
|