Add Cinnamon to the list of Gtk+-based DEs

Change-Id: I6c2a374026fde30858f1a51f34fa195ef8f8fe37
Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
This commit is contained in:
Dmitry Shachnev 2014-10-02 12:41:00 +04:00
parent a4aea7b578
commit 3a25799413

View File

@ -629,6 +629,7 @@ QStringList QGenericUnixTheme::themeNames()
result.push_back(QLatin1String(QKdeTheme::name));
#endif
} else if (desktopEnvironment == QByteArrayLiteral("GNOME") ||
desktopEnvironment == QByteArrayLiteral("X-CINNAMON") ||
desktopEnvironment == QByteArrayLiteral("UNITY") ||
desktopEnvironment == QByteArrayLiteral("MATE") ||
desktopEnvironment == QByteArrayLiteral("XFCE") ||