From 50079e637c02257f180d83e8cde81c55f169f905 Mon Sep 17 00:00:00 2001 From: KockaAdmiralac <1405223@gmail.com> Date: Tue, 1 May 2018 10:51:26 +0200 Subject: [PATCH] Add MATE to list of GNOME DEs --- src/oneshot.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/oneshot.cpp b/src/oneshot.cpp index 53727a9..8ab3d02 100644 --- a/src/oneshot.cpp +++ b/src/oneshot.cpp @@ -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);