From f4fe89ae903acdf70b096d3e0963cc7e784edc3f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 27 Nov 2024 16:37:13 -0800 Subject: [PATCH] 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 --- components/desktops/lxqt.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/desktops/lxqt.xml b/components/desktops/lxqt.xml index 2b20dd4..e4254da 100644 --- a/components/desktops/lxqt.xml +++ b/components/desktops/lxqt.xml @@ -23,10 +23,14 @@ + +