Remove the Cinnamon desktop profile

At this time, we do not intend to support the Cinnamon desktop due
to its reliance on X11 and the lack of interest by the upstream
Fedora Cinnamon SIG for ARM for their spin.

This mostly reverts commit a3c3a8137f.
This commit is contained in:
Neal Gompa 2023-04-16 11:18:49 -04:00
parent 6e3cc04c49
commit fa9cfc4ece
4 changed files with 1 additions and 13 deletions

View File

@ -8,7 +8,6 @@ This repository has multiple branches, one for each supported Fedora release. Th
* Minimal (image type: `oem`, image profiles: `Minimal`)
* Server (image type: `oem`, image profiles: `Server`)
* Workstation Cinnamon (image type: `oem`, image profiles: `Workstation-Cinnamon`)
* Workstation GNOME (image type: `oem`, image profiles: `Workstation-GNOME`)
* Workstation KDE (image type: `oem`, image profiles: `Workstation-KDE`)

View File

@ -3,9 +3,6 @@
<profile name="DesktopCommon" description="Common desktop packages">
<requires profile="Common"/>
</profile>
<profile name="Cinnamon-Desktop" description="Cinnamon Desktop">
<requires profile="DesktopCommon"/>
</profile>
<profile name="GNOME-Desktop" description="GNOME Desktop">
<requires profile="DesktopCommon"/>
</profile>
@ -27,10 +24,6 @@
<ignore name="@dial-up"/>
<ignore name="@guest-desktop-agents"/>
</packages>
<packages type="image" patternType="plusRecommended" profiles="Cinnamon-Desktop">
<namedCollection name="cinnamon-desktop-environment"/>
<package name="fedora-release-cinnamon"/>
</packages>
<packages type="image" patternType="plusRecommended" profiles="GNOME-Desktop">
<namedCollection name="workstation-product-environment"/>
<package name="fedora-release-workstation"/>

View File

@ -75,7 +75,7 @@ touch /etc/reconfigSys
#======================================
# Setup default target
#--------------------------------------
if [[ "$kiwi_profiles" == *"Cinnamon"* ]] || [[ "$kiwi_profiles" == *"GNOME"* ]] || [[ "$kiwi_profiles" == *"KDE"* ]]; then
if [[ "$kiwi_profiles" == *"GNOME"* ]] || [[ "$kiwi_profiles" == *"KDE"* ]]; then
systemctl set-default graphical.target
else
systemctl set-default multi-user.target

View File

@ -4,10 +4,6 @@
<requires profile="BootCore"/>
<requires profile="DesktopCommon"/>
</profile>
<profile name="Workstation-Cinnamon" description="Workstation with Cinnamon Desktop">
<requires profile="WorkstationCommon"/>
<requires profile="Cinnamon-Desktop"/>
</profile>
<profile name="Workstation-GNOME" description="Workstation with GNOME Desktop">
<requires profile="WorkstationCommon"/>
<requires profile="GNOME-Desktop"/>