2013-01-25 02:42:55 +00:00
|
|
|
# fedora-livecd-lxde.ks
|
|
|
|
#
|
|
|
|
# Description:
|
|
|
|
# - Fedora Live Spin with the light-weight LXDE Desktop Environment
|
|
|
|
#
|
|
|
|
# Maintainer(s):
|
|
|
|
# - Christoph Wickert <cwickert@fedoraproject.org>
|
|
|
|
|
|
|
|
%packages
|
|
|
|
### LXDE desktop
|
|
|
|
@lxde-desktop
|
|
|
|
@lxde-apps
|
|
|
|
@lxde-media
|
|
|
|
@lxde-office
|
|
|
|
@firefox
|
|
|
|
|
|
|
|
# pam-fprint causes a segfault in LXDM when enabled
|
|
|
|
-fprintd-pam
|
|
|
|
|
|
|
|
|
|
|
|
# LXDE has lxpolkit. Make sure no other authentication agents end up in the spin.
|
|
|
|
-polkit-gnome
|
|
|
|
-polkit-kde
|
|
|
|
|
|
|
|
# make sure xfce4-notifyd is not pulled in
|
|
|
|
notification-daemon
|
|
|
|
-xfce4-notifyd
|
|
|
|
|
|
|
|
# make sure xfwm4 is not pulled in for firstboot
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=643416
|
|
|
|
metacity
|
|
|
|
|
|
|
|
|
|
|
|
# dictionaries are big
|
2013-08-12 22:26:17 +00:00
|
|
|
#-man-pages-*
|
|
|
|
#-words
|
2013-01-25 02:42:55 +00:00
|
|
|
|
2013-08-14 19:51:17 +00:00
|
|
|
# use ssmtp
|
2013-01-25 02:42:55 +00:00
|
|
|
ssmtp
|
2013-05-13 16:14:51 +00:00
|
|
|
|
|
|
|
# save some space
|
2013-06-13 15:38:21 +00:00
|
|
|
-autofs
|
2013-01-25 02:42:55 +00:00
|
|
|
-acpid
|
2013-06-13 15:38:21 +00:00
|
|
|
-gimp-help
|
|
|
|
-desktop-backgrounds-basic
|
|
|
|
-realmd # only seems to be used in GNOME
|
|
|
|
-PackageKit* # we switched to yumex, so we don't need this
|
2013-05-13 16:14:51 +00:00
|
|
|
-foomatic-db-ppds
|
|
|
|
-foomatic
|
|
|
|
-stix-fonts
|
|
|
|
-ibus-typing-booster
|
2013-06-13 15:38:21 +00:00
|
|
|
-xscreensaver-extras
|
2013-08-12 22:26:17 +00:00
|
|
|
-wqy-zenhei-fonts # FIXME: Workaround to save space, do this in comps
|
2013-05-13 16:14:51 +00:00
|
|
|
|
2013-06-10 00:36:27 +00:00
|
|
|
# FIXME: can be removed once mtpaint is gone from lxde-apps in comps
|
|
|
|
-mtpaint
|
2013-01-25 02:42:55 +00:00
|
|
|
|
|
|
|
# drop some system-config things
|
|
|
|
-system-config-boot
|
|
|
|
#-system-config-language
|
|
|
|
-system-config-network
|
|
|
|
-system-config-rootpassword
|
|
|
|
#-system-config-services
|
|
|
|
-policycoreutils-gui
|
|
|
|
-gnome-disk-utility
|
|
|
|
|
|
|
|
%end
|
|
|
|
|