diff options
| author | 2025-06-23 08:32:56 +0200 | |
|---|---|---|
| committer | 2025-06-23 10:52:53 +0200 | |
| commit | e4d801674c86b0675f0ff6fed8c8fee0e5e47546 (patch) | |
| tree | 09382a55c081d3f7d8c80144582ea7e295a44601 | |
| parent | 8300bcdaa10dea50eb4df50f4fe7931a69370580 (diff) | |
| download | kiwi-descriptions-e4d801674c86b0675f0ff6fed8c8fee0e5e47546.tar.gz kiwi-descriptions-e4d801674c86b0675f0ff6fed8c8fee0e5e47546.zip | |
teams/kde: Use web-based Anaconda UI by default for KDE
While the Web UI is still missing two features outlined in the Change Proposal [1], enabling it
early will help identify additional issues and improve integration. The missing features are:
- Date/Time Configuration Screen (currently implemented by GIS in Workstation)
- Configurable Browser Support (currently hardcoded to Firefox)
[1] https://fedoraproject.org/wiki/Changes/AnacondaWebUIforFedoraSpins#Detailed_Description
| -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> |