From dfae6416dcfdb30f1490d674e986eb80662d3ead Mon Sep 17 00:00:00 2001 From: Tang Haixiang Date: Thu, 9 Sep 2021 09:39:40 +0000 Subject: Revert "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 This reverts commit 39f0633f0b00444443e43599aab219a56f6cae2d. The Deepin desktop environment is developed based on Qt, but some applications use dialog boxes of GTK, and some applications use dialog boxes of Qt. This doesn't look good. The initial commit was trying to unify this by always using GTK dialogs. But this turned out to not look good, so instead the plan is that all application dialogs can be based on Qt. Reverting the original commit as a result, as it is no longer applicable. Pick-to: 6.2 Change-Id: I2824b7b2f292f3896c9f94ccce6979f77d66578b Reviewed-by: Tor Arne Vestbø --- src/gui/platform/unix/qgenericunixthemes.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/gui/platform/unix/qgenericunixthemes.cpp b/src/gui/platform/unix/qgenericunixthemes.cpp index ad5574882e..86f2a266ea 100644 --- a/src/gui/platform/unix/qgenericunixthemes.cpp +++ b/src/gui/platform/unix/qgenericunixthemes.cpp @@ -859,8 +859,7 @@ QStringList QGenericUnixTheme::themeNames() << "UNITY" << "MATE" << "XFCE" - << "LXDE" - << "DEEPIN"; + << "LXDE"; const QList desktopNames = desktopEnvironment.split(':'); for (const QByteArray &desktopName : desktopNames) { if (desktopEnvironment == "KDE") { -- cgit v1.2.3