aboutsummaryrefslogtreecommitdiff
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2025-11-28 12:19:24 -0500
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2025-12-08 18:13:39 -0500
commit1e74928eb0719b1cb3548434a58d9ffd0c4d21fd (patch)
tree512b80cc2e1879255eea6d1964bcad8b93bba749
parentb6d7ae177da96ac9d472a1309b96ae9514ba749f (diff)
downloadkiwi-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
-rw-r--r--components/desktops/kde.xml2
-rwxr-xr-xconfig.sh2
2 files changed, 2 insertions, 2 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"/>
diff --git a/config.sh b/config.sh
index 67f2630..6211149 100755
--- a/config.sh
+++ b/config.sh
@@ -120,7 +120,7 @@ fi
#--------------------------------------
if [[ "$kiwi_profiles" == *"Disk"* ]]; then
- if [[ "$kiwi_profiles" != *"GNOME"* ]] && [[ "$kiwi_profiles" != *"COSMIC"* ]]; then
+ if [[ "$kiwi_profiles" != *"GNOME"* ]] && [[ "$kiwi_profiles" != *"KDE"* ]] && [[ "$kiwi_profiles" != *"COSMIC"* ]]; then
## Enable initial-setup
systemctl enable initial-setup.service
## Enable reconfig mode