Disable group and related exclusions in LXQt definition
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>
This commit is contained in:
parent
649ac3e121
commit
f4fe89ae90
@ -23,10 +23,14 @@
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user