aboutsummaryrefslogtreecommitdiff
path: root/components/desktops/lxqt.xml
AgeCommit message (Collapse)Author
2026-04-29Remove references to admin-tools comps groupGravatar Michael Catanzaro
This will allow deleting the non-useful comps group. https://pagure.io/fedora-comps/pull-request/1267
2025-12-26components/desktops/lxqt: Fix FIXMEsGravatar Basil Crow
Recent commits to the comps have implemented the changes described here, so these FIXMEs can now be fixed.
2025-12-25components/desktops/lxqt: Remove unnecessary workaroundGravatar Basil Crow
This is a workaround for an issue that was fixed back in 2019 in https://github.com/rhinstaller/anaconda/pull/1415.
2025-02-22components/desktops: Drop duplicate unused DesktopCommon profile entriesGravatar Neal Gompa
This is principally to avoid confusion as the DesktopCommon profile is defined in one place and used across the board. No functional changes.
2025-02-20components/desktops/lxqt: Replace enki with featherpadGravatar Neal Gompa
Enki is nice and advanced, but it also crashes when you try to use some basic functionality, so let's put back a simpler app that works.
2024-11-27Disable group and related exclusions in LXQt definitionGravatar Adam Williamson
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>
2024-03-04Install fedora-release-* at bootstrap phase for various imagesGravatar Neal Gompa
This ensures that the correct variant packages are installed.
2024-02-22Reorganize configuration around Fedora teamsGravatar Neal Gompa
This realigns the configuration into separate files/folders that would be modified by specific teams (e.g. WGs and SIGs).