diff options
| author | 2025-06-23 21:46:48 +0100 | |
|---|---|---|
| committer | 2025-07-08 21:08:37 +0000 | |
| commit | 9b8a851b7d98b67de8a4128e4a66cc44073ea6e5 (patch) | |
| tree | e2db02f4114cb56f458b8bdc827c6495b20db9a3 | |
| parent | 09426d7ba3660eb7277ed24521c50b14c3811bda (diff) | |
| download | kiwi-descriptions-9b8a851b7d98b67de8a4128e4a66cc44073ea6e5.tar.gz kiwi-descriptions-9b8a851b7d98b67de8a4128e4a66cc44073ea6e5.zip | |
Reapply "teams/kde: Use web-based Anaconda UI by default for KDE"
This reverts commit 24c4fc39c2995e12610173acfdce689497a84120.
With a PR we can run the tests on openQA staging, identify any
problems with the change, and extend the tests to cover the
additional screens that show up with KDE.
| -rw-r--r-- | teams/kde.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/teams/kde.xml b/teams/kde.xml index 6424e05..f11ba3c 100644 --- a/teams/kde.xml +++ b/teams/kde.xml @@ -26,4 +26,7 @@ <packages type="image" patternType="plusRecommended" profiles="KDE-Desktop-Disk,KDE-Desktop-Live"> <package name="plasma-welcome-fedora"/> </packages> + <packages type="image" patternType="plusRecommended" profiles="KDE-Desktop-Live"> + <package name="anaconda-webui"/> + </packages> </image> |