diff options
| author | 2025-11-28 12:19:24 -0500 | |
|---|---|---|
| committer | 2025-12-08 18:13:39 -0500 | |
| commit | 1e74928eb0719b1cb3548434a58d9ffd0c4d21fd (patch) | |
| tree | 512b80cc2e1879255eea6d1964bcad8b93bba749 /config.sh | |
| 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 'config.sh')
| -rwxr-xr-x | config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |