From a2be23820757c406a3e92e688af2b4ca3738df5d Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Thu, 11 Jul 2024 14:05:04 +0200 Subject: [PATCH] QGUTheme: add Pantheon to the list of GTK based desktop environments Pantheon is the desktop environment of elementary OS. It is written in Vala, using GTK 3 and Granite. Fixes: QTBUG-52292 Pick-to: 6.7 6.5 6.2 5.15 Change-Id: I01140d8a2f3b0f2736515c1279e5d3150a0c313d Reviewed-by: Axel Spoerl (cherry picked from commit d58e7a3b11a5879dad27689c008d83a24d500ad7) Reviewed-by: Qt Cherry-pick Bot --- src/gui/platform/unix/qgenericunixthemes.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/platform/unix/qgenericunixthemes.cpp b/src/gui/platform/unix/qgenericunixthemes.cpp index 8016e4dbab..d488247d9a 100644 --- a/src/gui/platform/unix/qgenericunixthemes.cpp +++ b/src/gui/platform/unix/qgenericunixthemes.cpp @@ -1500,6 +1500,7 @@ QStringList QGenericUnixTheme::themeNames() QList gtkBasedEnvironments; gtkBasedEnvironments << "GNOME" << "X-CINNAMON" + << "PANTHEON" << "UNITY" << "MATE" << "XFCE"