Per #112, excluding group specs just does not work in Kiwi at present. For LXQt this is especially a problem because it means the image fails to compose. The exclusion of m17n* *does* work as it's a package spec, but because the exclusion of the input-methods group does not work, dnf wants to install ibus-typing-booster (part of input-methods), which requires m17n-lib, and these conflicting requirements cause it to blow up. So at least until the problem of not being able to exclude groups is resolved, we should drop these. Arguably, we should permanently stop excluding input-methods, at least. Space constraints aren't as huge of a deal these days as they used to be, on the whole; lots of folks have decent bandwidth, lots of disk space, and large USB sticks. Input methods are critical for CJK users; leaving them off the image makes it more or less useless for them, which is a significant impairment. (Unless, that is, input methods don't work properly in LXQt even if included - I haven't tested this). Signed-off-by: Adam Williamson <awilliam@redhat.com>
37 lines
1.8 KiB
XML
37 lines
1.8 KiB
XML
<image>
|
|
<profiles>
|
|
<profile name="DesktopCommon" description="Common desktop packages"/>
|
|
<profile name="LXQt-Desktop" description="LXQt Desktop">
|
|
<requires profile="DesktopCommon"/>
|
|
</profile>
|
|
</profiles>
|
|
<packages type="image" patternType="plusRecommended" profiles="LXQt-Desktop">
|
|
<!-- install env-group to resolve RhBug:1891500 -->
|
|
<namedCollection name="lxqt-desktop-environment"/>
|
|
<namedCollection name="lxqt-apps"/>
|
|
<namedCollection name="lxqt-media"/>
|
|
<namedCollection name="lxqt-l10n"/>
|
|
<package name="lximage-qt-l10n"/> <!-- FIXME: put in lxqt-l10n comps group -->
|
|
<package name="obconf-qt-l10n"/> <!-- FIXME: put in lxqt-l10n comps group -->
|
|
<package name="pavucontrol-qt-l10n"/> <!-- FIXME: put in lxqt-l10n comps group -->
|
|
<package name="enki"/> <!-- FIXME: put in comps -->
|
|
<package name="udisks2"/> <!-- Fix https://bugzilla.redhat.com/show_bug.cgi?id=1429132 -->
|
|
<!-- remove unneeded stuff for a lightweight system -->
|
|
<package name="wqy-microhei-fonts"/> <!-- compact CJK font -->
|
|
<ignore name="naver-nanum-gothic-fonts"/> <!-- Korean: replaced by above -->
|
|
<ignore name="vlgothic-fonts"/> <!-- Japanese: replaced by above -->
|
|
<ignore name="adobe-source-han-sans-cn-fonts"/> <!-- Simplified Chinese: replaced by above -->
|
|
<ignore name="adobe-source-han-sans-tw-fonts"/> <!-- Traditional Chinese: replaced by above -->
|
|
<ignore name="pt-sans-fonts"/> <!-- Cyrillic (already supported by DejaVu) -->
|
|
<!-- these do not currently work: https://pagure.io/fedora-kiwi-descriptions/issue/112
|
|
<ignore name="@input-methods"/>
|
|
<ignore name="@admin-tools"/>
|
|
-->
|
|
<!-- because the input-methods group exclusion doesn't work, these aren't safe
|
|
<ignore name="scim*"/>
|
|
<ignore name="m17n*"/>
|
|
<ignore name="iok"/>
|
|
-->
|
|
</packages>
|
|
</image>
|