summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorTang Haixiang <tanghaixiang@uniontech.com>2021-09-09 09:39:40 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-18 18:03:14 +0000
commit42f9716ae4a29f5cbb3b786bef5ecd9a7ba41ec4 (patch)
tree9d3024fbfb2b4e72a31057a101e71357f24e5ffc /src/gui
parente9eb9903fc61d9e1e2b095cae636648f83b43cee (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. Change-Id: I2824b7b2f292f3896c9f94ccce6979f77d66578b Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit dfae6416dcfdb30f1490d674e986eb80662d3ead) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
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") {