| Age | Commit message (Collapse) | Author |
|
This is where the lowest level common denominator configuration
goes for most images go.
|
|
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>
|
|
We want this on all deliverables.
|
|
Group exclusions do not seem to work anymore with DNF5, so explicitly
filter out unwanted packages. Additionally, add missing unwanted
packages from the kickstarts and refactor it to apply to both
KDE Desktop and KDE Mobile profiles.
|
|
This was always supposed to be present, but was somehow missed.
|
|
This package depends on Perl and is not needed for desktop use cases.
See: https://pagure.io/fedora-kde/SIG/issue/566
See: https://pagure.io/fedora-kickstarts/pull-request/1066
|
|
It's not the most ideal option, but it works and unblocks the disk
image.
|
|
Fix boot after install for all Live builds
Signed-off-by: Troy Dawson <tdawson@redhat.com>
|
|
Reference: https://fedoraproject.org/wiki/Changes/FedoraMiracle
|
|
Signed-off-by: Troy Dawson <tdawson@redhat.com>
|
|
This adds a disk image build profile to produce Fedora KDE images.
Additionally, these profiles are now tested in CI.
|
|
This adds an extra panel for Plasma Welcome to enable third party
sources on initial login.
|
|
LibreOffice is expected on a KDE desktop image.
|
|
Firefox is expected to be preinstalled for KDE based variants.
|
|
This also includes an adjustment to use the correct group for printing.
|
|
This ensures that the correct variant packages are installed.
|
|
|
|
This prepares for the future change to another compositor with Wayland.
|
|
This realigns the configuration into separate files/folders that
would be modified by specific teams (e.g. WGs and SIGs).
|