Disable desktops as we don't have consistency at build side

Once desktop is full, once bare. This needs to be fixed, then enabling this back.
This commit is contained in:
Igor Pecovnik
2024-11-06 07:33:33 +01:00
committed by Igor
parent 4b2ef8f45b
commit 17dc1515f1
4 changed files with 4 additions and 5 deletions

View File

@@ -1,2 +1,2 @@
ENABLED=true
ENABLED=false
CONDITION="[ -f /usr/share/xsessions/cinnamon.desktop ]"

View File

@@ -1,3 +1,2 @@
# Install and tests gnome desktop
ENABLED=true
ENABLED=false
CONDITION="[ -f /usr/share/xsessions/gnome.desktop ]"

View File

@@ -1,3 +1,2 @@
# Installs XFCE desktop and test it
ENABLED=true
ENABLED=false
CONDITION="[ -f /usr/share/xsessions/xfce.desktop ]"

View File

@@ -7,6 +7,7 @@
{
"id": "Desktops",
"description": "Desktop Environments",
"status": "Disabled",
"sub": [
{
"id": "XFCE",