Control: reopen 847482

Hi maintainers,

Unfortunately I forgot to mention that for the Qt 5.7 theme override to
work, the build time option --enable-qt57-theme-support also has to be
set. Otherwise, cinnamon-session will still set QT_STYLE_OVERRIDE=gtk
and QT_QPA_PLATFORMTHEME=qgnomeplatform.

Another patch is attached to address this. Thanks for all the hard work
in maintaining Cinnamon in Debian! :)

Best,
James

From 6f54c45b512adba25ef8b0f5eee13948994d1979 Mon Sep 17 00:00:00 2001
From: James Lu <glo...@overdrivenetworks.com>
Date: Thu, 22 Dec 2016 01:01:04 -0800
Subject: [PATCH] debian/rules: add --enable-qt57-theme-support option

---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index aa935e6..9323812 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,8 @@ override_dh_autoreconf:
 override_dh_auto_configure:
 	dh_auto_configure -- \
 	    --localstatedir=/var/lib \
-	    --enable-ipv6
+	    --enable-ipv6 \
+	    --enable-qt57-theme-support
 
 override_dh_install:
 	dh_install --list-missing
-- 
2.11.0


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to