Skip to content

Commit 0600576

Browse files
committed
Update Linux GUI type condition
1 parent 72b722c commit 0600576

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

INSTALL/tool/distro_gui_type.json

+29
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,34 @@
1919
"condition": "equal",
2020
"expression": "ukui",
2121
"gui": "gtk3"
22+
},
23+
{
24+
"type": "env",
25+
"name": "DESKTOP_SESSION",
26+
"condition": "equal",
27+
"expression": "cinnamon",
28+
"gui": "gtk3"
29+
},
30+
{
31+
"type": "env",
32+
"name": "DESKTOP_SESSION",
33+
"condition": "equal",
34+
"expression": "gnome",
35+
"gui": "gtk3"
36+
},
37+
{
38+
"type": "env",
39+
"name": "DESKTOP_SESSION",
40+
"condition": "equal",
41+
"expression": "plasma",
42+
"gui": "qt5"
43+
},
44+
{
45+
"type": "env",
46+
"name": "DESKTOP_SESSION",
47+
"condition": "equal",
48+
"expression": "xfce",
49+
"gui": "gtk3"
2250
}
51+
2352
]

0 commit comments

Comments
 (0)