fedora-kickstarts/fedora-lxqt-common.ks

60 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2017-02-14 14:18:12 +00:00
# fedora-lxqt-common.ks
#
# Description:
# Fedora Live Spin with the LXQt desktop environment
#
# Maintainer(s):
# Christian Dersch <lupinix@fedoraproject.org>
# Zamir SUN <zsun@fedoraproject.org>
2017-02-14 14:18:12 +00:00
#
%packages
# install env-group to resolve RhBug:1891500
@^lxqt-desktop-environment
2017-05-12 08:59:52 +00:00
@lxqt-apps
@lxqt-media
2017-02-14 14:18:12 +00:00
# for nm applet
gnome-keyring
# l10n
@lxqt-l10n
2017-02-14 14:18:12 +00:00
lximage-qt-l10n
obconf-qt-l10n
pavucontrol-qt-l10n
# MP3
gstreamer1-plugin-mpg123
# Text Editor
enki
2017-02-14 14:18:12 +00:00
# remove unneeded stuff to get a lightweight system
# fonts (we make no bones about admitting we're english-only)
wqy-microhei-fonts # a compact CJK font, to replace:
-naver-nanum-gothic-fonts # Korean
-vlgothic-fonts # Japanese
-adobe-source-han-sans-cn-fonts # simplified Chinese
-adobe-source-han-sans-tw-fonts # traditional Chinese
-pt-sans-fonts # Cyrillic (already supported by DejaVu), huge
2017-02-14 14:18:12 +00:00
#-stix-fonts # mathematical symbols
# remove input methods to free space
-@input-methods
-@admin-tools
2017-02-14 14:18:12 +00:00
-scim*
-m17n*
# Temporary include ibus to workaround RHBZ 1633225
# -ibus*
2017-02-14 14:18:12 +00:00
-iok
2017-03-06 20:56:32 +00:00
# Fix https://bugzilla.redhat.com/show_bug.cgi?id=1429132
# Why is this not pulled in by anaconda???
storaged
2017-02-14 14:18:12 +00:00
%end