Skip to content

Commit

Permalink
Disable desktops as we don't have consistency at build side
Browse files Browse the repository at this point in the history
Once desktop is full, once bare. This needs to be fixed, then enabling this back.
  • Loading branch information
igorpecovnik committed Nov 6, 2024
1 parent 4b2ef8f commit 17dc151
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/CINNAMON01.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ENABLED=true
ENABLED=false
CONDITION="[ -f /usr/share/xsessions/cinnamon.desktop ]"
3 changes: 1 addition & 2 deletions tests/GNOME01.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# Install and tests gnome desktop
ENABLED=true
ENABLED=false
CONDITION="[ -f /usr/share/xsessions/gnome.desktop ]"
3 changes: 1 addition & 2 deletions tests/XFCE01.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# Installs XFCE desktop and test it
ENABLED=true
ENABLED=false
CONDITION="[ -f /usr/share/xsessions/xfce.desktop ]"
1 change: 1 addition & 0 deletions tools/json/config.software.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
{
"id": "Desktops",
"description": "Desktop Environments",
"status": "Disabled",
"sub": [
{
"id": "XFCE",
Expand Down

0 comments on commit 17dc151

Please sign in to comment.