Add MATE to list of GNOME DEs

This commit is contained in:
KockaAdmiralac 2018-05-01 10:51:26 +02:00
parent 39b6434291
commit 50079e637c

View file

@ -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);