mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-06 11:39:40 +08:00
lxqt: initial import
This commit is contained in:
76
fedora-lxqt-common.ks
Normal file
76
fedora-lxqt-common.ks
Normal file
@@ -0,0 +1,76 @@
|
||||
# fedora-lxqt-common.ks
|
||||
#
|
||||
# Description:
|
||||
# – Fedora Live Spin with the LXQt desktop environment
|
||||
#
|
||||
# Maintainer(s):
|
||||
# – Christian Dersch <lupinix@fedoraproject.org>
|
||||
#
|
||||
|
||||
%packages
|
||||
@lxqt
|
||||
@networkmanager-submodules
|
||||
# for nm applet
|
||||
gnome-keyring
|
||||
|
||||
# We have obconf-qt now
|
||||
obconf-qt
|
||||
-obconf
|
||||
|
||||
# No sddm-breeze, this pulls in huge parts of plasma, but use breeze for LXQt
|
||||
breeze-gtk
|
||||
plasma-breeze
|
||||
-sddm-breeze
|
||||
|
||||
# no kwallet running by default
|
||||
-qupzilla-kwallet
|
||||
|
||||
# Pull in some useful applications, use KDE ones if necessary
|
||||
dnfdragora
|
||||
dragon
|
||||
kcalc
|
||||
kwrite
|
||||
lxappearance
|
||||
lximage-qt
|
||||
lxqt-sudo
|
||||
pavucontrol-qt
|
||||
psi-plus
|
||||
qbittorrent
|
||||
qlipper
|
||||
quassel
|
||||
qpdfview-qt5
|
||||
trojita
|
||||
yarock
|
||||
|
||||
# l10n
|
||||
lxqt-l10n
|
||||
lximage-qt-l10n
|
||||
obconf-qt-l10n
|
||||
pavucontrol-qt-l10n
|
||||
|
||||
# MP3
|
||||
gstreamer1-plugin-mpg123
|
||||
|
||||
# We want Qt GUI for libyui used by dnfdragora
|
||||
libyui-mga-qt
|
||||
|
||||
# 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
|
||||
|
||||
-paratype-pt-sans-fonts # Cyrillic (already supported by DejaVu), huge
|
||||
#-stix-fonts # mathematical symbols
|
||||
|
||||
# remove input methods to free space
|
||||
-@input-methods
|
||||
-scim*
|
||||
-m17n*
|
||||
-ibus*
|
||||
-iok
|
||||
|
||||
%end
|
||||
|
||||
Reference in New Issue
Block a user