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
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
<ignore name="kipi-plugins"/> <!-- ~8 megs + drags in marble -->
|
<ignore name="kipi-plugins"/> <!-- ~8 megs + drags in marble -->
|
||||||
<ignore name="krusader"/> <!-- ~4 megs -->
|
<ignore name="krusader"/> <!-- ~4 megs -->
|
||||||
<ignore name="ktorrent"/> <!-- ~15 megs -->
|
<ignore name="ktorrent"/> <!-- ~15 megs -->
|
||||||
|
<ignore name="initial-setup"/> <!-- redundant with plasma-setup -->
|
||||||
</packages>
|
</packages>
|
||||||
<packages type="image" patternType="plusRecommended" profiles="KDE-Desktop">
|
<packages type="image" patternType="plusRecommended" profiles="KDE-Desktop">
|
||||||
<!-- install env-group to resolve RhBug:1891500 -->
|
<!-- install env-group to resolve RhBug:1891500 -->
|
||||||
@@ -29,7 +30,6 @@
|
|||||||
<namedCollection name="kde-apps"/>
|
<namedCollection name="kde-apps"/>
|
||||||
<namedCollection name="kde-media"/>
|
<namedCollection name="kde-media"/>
|
||||||
<namedCollection name="kde-pim" arch="aarch64,ppc64le,x86_64"/>
|
<namedCollection name="kde-pim" arch="aarch64,ppc64le,x86_64"/>
|
||||||
<namedCollection name="kde-spin-initial-setup"/>
|
|
||||||
<namedCollection name="firefox"/>
|
<namedCollection name="firefox"/>
|
||||||
<namedCollection name="libreoffice"/>
|
<namedCollection name="libreoffice"/>
|
||||||
<namedCollection name="x86-emulation" arch="aarch64"/>
|
<namedCollection name="x86-emulation" arch="aarch64"/>
|
||||||
|
|||||||
@@ -120,7 +120,7 @@ fi
|
|||||||
#--------------------------------------
|
#--------------------------------------
|
||||||
|
|
||||||
if [[ "$kiwi_profiles" == *"Disk"* ]]; then
|
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
|
## Enable initial-setup
|
||||||
systemctl enable initial-setup.service
|
systemctl enable initial-setup.service
|
||||||
## Enable reconfig mode
|
## Enable reconfig mode
|
||||||
|
|||||||
Reference in New Issue
Block a user