From 1e74928eb0719b1cb3548434a58d9ffd0c4d21fd Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Fri, 28 Nov 2025 12:19:24 -0500 Subject: 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 --- components/desktops/kde.xml | 2 +- config.sh | 2 +- 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 @@ + @@ -29,7 +30,6 @@ - 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 -- cgit v1.3.1+13