Security: sync with LXDE

This commit is contained in:
Christoph Wickert 2010-04-22 11:03:47 +02:00
parent a8e87c1880
commit 2e7b9058d0

View File

@ -16,38 +16,40 @@
%include fedora-live-minimization.ks %include fedora-live-minimization.ks
%packages %packages
security-menus
# internet
firefox firefox
yum-presto claws-mail
midori
cups-pdf
gnome-bluetooth
alsa-plugins-pulseaudio
pavucontrol
# Command line # Command line
cnetworkmanager
irssi
mutt
ntfs-3g ntfs-3g
powertop powertop
wget wget
irssi
mutt
yum-utils yum-utils
cnetworkmanager yum-presto
Thunar
gtk-xfce-engine
thunar-volman
xarchiver
# dictionaries are big # dictionaries are big
#-aspell-* #-aspell-*
#-hunspell-*
#-man-pages-* #-man-pages-*
#-words
# more fun with space saving # more fun with space saving
-gimp-help -gimp-help
#GUI Stuff #GUI Stuff
@lxde @lxde
Thunar
thunar-volman
xarchiver
gnome-bluetooth
alsa-plugins-pulseaudio
pavucontrol
system-config-printer
# save some space # save some space
-autofs -autofs
@ -55,11 +57,10 @@ xarchiver
-sendmail -sendmail
ssmtp ssmtp
-acpid -acpid
# system-config-printer does printer management better
# xfprint has now been made as optional in comps.
system-config-printer
###################### Security Stuffs ############################ ###################### Security Stuffs ############################
security-menus
# Reconnaissance # Reconnaissance
dsniff dsniff
hping3 hping3
@ -184,10 +185,17 @@ cat >> /etc/rc.d/init.d/livesys << EOF
cat > /etc/xdg/lxsession/LXDE/autostart << FOE cat > /etc/xdg/lxsession/LXDE/autostart << FOE
/usr/libexec/gam_server /usr/libexec/gam_server
@lxpanel --profile LXDE @lxpanel --profile LXDE
@pcmanfm -d @pcmanfm2 --desktop --profile lxde
@pulseaudio -D @pulseaudio -D
FOE FOE
# set up preferred apps
cat > /etc/xdg/libfm/pref-apps.conf << FOE
[Preferred Applications]
WebBrowser=mozilla-firefox.desktop
MailClient=fedora-claws-mail.desktop
FOE
# set up auto-login for liveuser # set up auto-login for liveuser
sed -i 's|# autologin=dgod|autologin=liveuser|g' /etc/lxdm/lxdm.conf sed -i 's|# autologin=dgod|autologin=liveuser|g' /etc/lxdm/lxdm.conf