diff options
| author | 2025-11-28 12:19:24 -0500 | |
|---|---|---|
| committer | 2025-12-08 18:13:39 -0500 | |
| commit | 1e74928eb0719b1cb3548434a58d9ffd0c4d21fd (patch) | |
| tree | 512b80cc2e1879255eea6d1964bcad8b93bba749 /components | |
| parent | b6d7ae177da96ac9d472a1309b96ae9514ba749f (diff) | |
| download | kiwi-descriptions-1e74928eb0719b1cb3548434a58d9ffd0c4d21fd.tar.gz kiwi-descriptions-1e74928eb0719b1cb3548434a58d9ffd0c4d21fd.zip | |
components/desktops/kde: Replace Anaconda Initial Setup with Plasma Setup
Plasma Setup is an out of box setup experience service
that is now included by default with KDE Plasma.
Reference: https://fedoraproject.org/wiki/Changes/Unified_KDE_OOBE
Diffstat (limited to 'components')
| -rw-r--r-- | components/desktops/kde.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/desktops/kde.xml b/components/desktops/kde.xml index f339652..dc42399 100644 --- a/components/desktops/kde.xml +++ b/components/desktops/kde.xml @@ -22,6 +22,7 @@ <ignore name="kipi-plugins"/> <!-- ~8 megs + drags in marble --> <ignore name="krusader"/> <!-- ~4 megs --> <ignore name="ktorrent"/> <!-- ~15 megs --> + <ignore name="initial-setup"/> <!-- redundant with plasma-setup --> </packages> <packages type="image" patternType="plusRecommended" profiles="KDE-Desktop"> <!-- install env-group to resolve RhBug:1891500 --> @@ -29,7 +30,6 @@ <namedCollection name="kde-apps"/> <namedCollection name="kde-media"/> <namedCollection name="kde-pim" arch="aarch64,ppc64le,x86_64"/> - <namedCollection name="kde-spin-initial-setup"/> <namedCollection name="firefox"/> <namedCollection name="libreoffice"/> <namedCollection name="x86-emulation" arch="aarch64"/> |