From 39f0633f0b00444443e43599aab219a56f6cae2d Mon Sep 17 00:00:00 2001 From: Tang Haixiang Date: Wed, 8 Sep 2021 17:58:04 +0800 Subject: Add Deepin to the list of GTK based desktop environments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Deepin prefers the GTK3 theme implementation with native dialogs etc. Pick-to: 6.2 6.2.0 Change-Id: I54cea9d17c0d7f5e466c700adce5aa68f0cf5564 Reviewed-by: Tor Arne Vestbø Reviewed-by: Edward Welbourne --- src/gui/platform/unix/qgenericunixthemes.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/platform/unix/qgenericunixthemes.cpp') diff --git a/src/gui/platform/unix/qgenericunixthemes.cpp b/src/gui/platform/unix/qgenericunixthemes.cpp index 86f2a266ea..ad5574882e 100644 --- a/src/gui/platform/unix/qgenericunixthemes.cpp +++ b/src/gui/platform/unix/qgenericunixthemes.cpp @@ -859,7 +859,8 @@ QStringList QGenericUnixTheme::themeNames() << "UNITY" << "MATE" << "XFCE" - << "LXDE"; + << "LXDE" + << "DEEPIN"; const QList desktopNames = desktopEnvironment.split(':'); for (const QByteArray &desktopName : desktopNames) { if (desktopEnvironment == "KDE") { -- cgit v1.2.3