diff --git a/README.md b/README.md
index 320f714..e6ac9be 100644
--- a/README.md
+++ b/README.md
@@ -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`)
diff --git a/components/desktop-environments.xml b/components/desktop-environments.xml
index 9c3a23e..10ba178 100644
--- a/components/desktop-environments.xml
+++ b/components/desktop-environments.xml
@@ -3,9 +3,6 @@
-
-
-
@@ -27,10 +24,6 @@
-
-
-
-
diff --git a/config.sh b/config.sh
index f636d62..47142bb 100755
--- a/config.sh
+++ b/config.sh
@@ -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
diff --git a/platforms/workstation.xml b/platforms/workstation.xml
index 02226fa..697eddf 100644
--- a/platforms/workstation.xml
+++ b/platforms/workstation.xml
@@ -4,10 +4,6 @@
-
-
-
-