summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorTang Haixiang <tanghaixiang@uniontech.com>2021-09-09 09:39:40 +0000
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-09-09 15:36:16 +0000
commitdfae6416dcfdb30f1490d674e986eb80662d3ead (patch)
tree2399979b4050d675aa1273bd8c8b42755daaca7e /src/gui
parent2e4d8d8ec52a56470beeb43b8f08f12953a17d4f (diff)
Revert "Add Deepin to the list of GTK based desktop environments"
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ø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/platform/unix/qgenericunixthemes.cpp3
1 files changed, 1 insertions, 2 deletions
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<QByteArray> desktopNames = desktopEnvironment.split(':');
for (const QByteArray &desktopName : desktopNames) {
if (desktopEnvironment == "KDE") {