Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
0600576c
Commit
0600576c
authored
Feb 21, 2025
by
longpanda
Browse files
Update Linux GUI type condition
parent
72b722c8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
INSTALL/tool/distro_gui_type.json
INSTALL/tool/distro_gui_type.json
+29
-0
No files found.
INSTALL/tool/distro_gui_type.json
View file @
0600576c
...
@@ -19,5 +19,34 @@
...
@@ -19,5 +19,34 @@
"condition"
:
"equal"
,
"condition"
:
"equal"
,
"expression"
:
"ukui"
,
"expression"
:
"ukui"
,
"gui"
:
"gtk3"
"gui"
:
"gtk3"
},
{
"type"
:
"env"
,
"name"
:
"DESKTOP_SESSION"
,
"condition"
:
"equal"
,
"expression"
:
"cinnamon"
,
"gui"
:
"gtk3"
},
{
"type"
:
"env"
,
"name"
:
"DESKTOP_SESSION"
,
"condition"
:
"equal"
,
"expression"
:
"gnome"
,
"gui"
:
"gtk3"
},
{
"type"
:
"env"
,
"name"
:
"DESKTOP_SESSION"
,
"condition"
:
"equal"
,
"expression"
:
"plasma"
,
"gui"
:
"qt5"
},
{
"type"
:
"env"
,
"name"
:
"DESKTOP_SESSION"
,
"condition"
:
"equal"
,
"expression"
:
"xfce"
,
"gui"
:
"gtk3"
}
}
]
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment