| Age | Commit message (Collapse) | Author |
|
This will allow deleting the non-useful comps group.
https://pagure.io/fedora-comps/pull-request/1267
|
|
Recent commits to the comps have implemented the changes described here,
so these FIXMEs can now be fixed.
|
|
This is a workaround for an issue that was fixed back in 2019 in
https://github.com/rhinstaller/anaconda/pull/1415.
|
|
This is principally to avoid confusion as the DesktopCommon profile
is defined in one place and used across the board.
No functional changes.
|
|
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.
|
|
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 ensures that the correct variant packages are installed.
|
|
This realigns the configuration into separate files/folders that
would be modified by specific teams (e.g. WGs and SIGs).
|