mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Add MATE to list of GNOME DEs
This commit is contained in:
parent
39b6434291
commit
50079e637c
1 changed files with 2 additions and 1 deletions
|
|
@ -277,7 +277,8 @@ Oneshot::Oneshot(RGSSThreadData &threadData) :
|
|||
if (
|
||||
desktop.find("cinnamon") != std::string::npos ||
|
||||
desktop.find("gnome") != std::string::npos ||
|
||||
desktop.find("unity") != std::string::npos
|
||||
desktop.find("unity") != std::string::npos ||
|
||||
desktop.find("mate") != std::string::npos
|
||||
) {
|
||||
desktopEnv = "gnome";
|
||||
gtk_init(0, 0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue