mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 08:00:06 +00:00
match desktop ks file settings
This commit is contained in:
parent
183f1575f1
commit
4e6210e555
@ -17,14 +17,20 @@ NetworkManager-openvpn
|
|||||||
NetworkManager-gnome
|
NetworkManager-gnome
|
||||||
NetworkManager-pptp
|
NetworkManager-pptp
|
||||||
|
|
||||||
|
#nss-mdns
|
||||||
|
|
||||||
# we don't include @office so that we don't get OOo. but some nice bits
|
# we don't include @office so that we don't get OOo. but some nice bits
|
||||||
|
|
||||||
abiword
|
abiword
|
||||||
gnumeric
|
gnumeric
|
||||||
|
|
||||||
evince
|
evince
|
||||||
-evince-dvi
|
-evince-dvi
|
||||||
|
-evince-djvu
|
||||||
|
|
||||||
gimp
|
gimp
|
||||||
inkscape
|
inkscape
|
||||||
|
|
||||||
galculator
|
galculator
|
||||||
desktop-backgrounds-compat
|
desktop-backgrounds-compat
|
||||||
gnome-screensaver
|
gnome-screensaver
|
||||||
@ -65,7 +71,6 @@ wget
|
|||||||
irssi
|
irssi
|
||||||
mutt
|
mutt
|
||||||
yum-utils
|
yum-utils
|
||||||
ssmtp
|
|
||||||
|
|
||||||
# xfce packages
|
# xfce packages
|
||||||
@xfce-desktop
|
@xfce-desktop
|
||||||
@ -101,21 +106,23 @@ xfce4-websearch-plugin
|
|||||||
xfwm4-themes
|
xfwm4-themes
|
||||||
|
|
||||||
# dictionaries are big
|
# dictionaries are big
|
||||||
-aspell-*
|
#-aspell-*
|
||||||
-man-pages-*
|
#-man-pages-*
|
||||||
-scim-tables-*
|
#-scim-tables-*
|
||||||
|
|
||||||
# more fun with space saving
|
# more fun with space saving
|
||||||
-scim-lang-chinese
|
#-scim-lang-chinese
|
||||||
scim-chewing
|
#scim-chewing
|
||||||
scim-pinyin
|
#scim-pinyin
|
||||||
-gimp-help
|
-gimp-help
|
||||||
|
|
||||||
|
|
||||||
# save some space
|
# save some space
|
||||||
-autofs
|
-autofs
|
||||||
-nss_db
|
-nss_db
|
||||||
-sendmail
|
-sendmail
|
||||||
|
ssmtp
|
||||||
|
-acpid
|
||||||
# system-config-printer does printer management better
|
# system-config-printer does printer management better
|
||||||
# xfprint has now been made as optional in comps.
|
# xfprint has now been made as optional in comps.
|
||||||
system-config-printer
|
system-config-printer
|
||||||
@ -148,20 +155,19 @@ EOF
|
|||||||
cat >> /etc/rc.d/init.d/fedora-live << EOF
|
cat >> /etc/rc.d/init.d/fedora-live << EOF
|
||||||
chown -R fedora:fedora /home/fedora
|
chown -R fedora:fedora /home/fedora
|
||||||
|
|
||||||
# set up timed auto-login for after 10 seconds
|
# disable screensaver locking
|
||||||
cat >> /etc/gdm/custom.conf << _EOF_
|
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
|
||||||
|
cat >> /etc/gdm/custom.conf << FOE
|
||||||
[daemon]
|
[daemon]
|
||||||
TimedLoginEnable=true
|
TimedLoginEnable=true
|
||||||
TimedLogin=fedora
|
TimedLogin=fedora
|
||||||
TimedLoginDelay=10
|
TimedLoginDelay=60
|
||||||
_EOF_
|
FOE
|
||||||
|
|
||||||
if [ -e /usr/share/icons/hicolor/96x96/apps/fedora-logo-icon.png ] ; then
|
|
||||||
cp /usr/share/icons/hicolor/96x96/apps/fedora-logo-icon.png /home/fedora/.face
|
|
||||||
chown fedora:fedora /home/fedora/.face
|
|
||||||
# TODO: would be nice to get e-d-s to pick this one up too... but how?
|
|
||||||
fi
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user