From 17dc1515f17966e32eddb82d1ed8e040b3a7ebe6 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Wed, 6 Nov 2024 07:33:33 +0100 Subject: [PATCH] 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. --- tests/CINNAMON01.conf | 2 +- tests/GNOME01.conf | 3 +-- tests/XFCE01.conf | 3 +-- tools/json/config.software.json | 1 + 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/tests/CINNAMON01.conf b/tests/CINNAMON01.conf index 890259d4..bb4e0645 100644 --- a/tests/CINNAMON01.conf +++ b/tests/CINNAMON01.conf @@ -1,2 +1,2 @@ -ENABLED=true +ENABLED=false CONDITION="[ -f /usr/share/xsessions/cinnamon.desktop ]" diff --git a/tests/GNOME01.conf b/tests/GNOME01.conf index 0421b995..3ef3aae2 100644 --- a/tests/GNOME01.conf +++ b/tests/GNOME01.conf @@ -1,3 +1,2 @@ -# Install and tests gnome desktop -ENABLED=true +ENABLED=false CONDITION="[ -f /usr/share/xsessions/gnome.desktop ]" diff --git a/tests/XFCE01.conf b/tests/XFCE01.conf index d18ab048..61d63f96 100644 --- a/tests/XFCE01.conf +++ b/tests/XFCE01.conf @@ -1,3 +1,2 @@ -# Installs XFCE desktop and test it -ENABLED=true +ENABLED=false CONDITION="[ -f /usr/share/xsessions/xfce.desktop ]" diff --git a/tools/json/config.software.json b/tools/json/config.software.json index 5f2d6e64..d2db5dbb 100644 --- a/tools/json/config.software.json +++ b/tools/json/config.software.json @@ -7,6 +7,7 @@ { "id": "Desktops", "description": "Desktop Environments", + "status": "Disabled", "sub": [ { "id": "XFCE",