From f1e393ffe71405600f4f869d8f0b96c2ae3cae02 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 28 Mar 2020 12:42:53 +0000 Subject: [PATCH] etc/profile: Fix the Qt style hacking. See Debian #852836. --- dot/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/profile b/dot/profile index ec535c7..d002673 100644 --- a/dot/profile +++ b/dot/profile @@ -266,7 +266,7 @@ export XUSERFILESEARCHPATH OOO_FORCE_DESKTOP=gnome; export OOO_FORCE_DESKTOP ## Hack Qt-ish things to be unstoatly. -QT_STYLE_OVERRIDE=gtk2; export QT_STYLE_OVERRIDE +QT_QPA_PLATFORMTHEME=gtk2; export QT_QPA_PLATFORMTHEME ## Use X11 input method (including compose key sequences) everywhere. GTK_IM_MODULE=xim; export GTK_IM_MODULE -- 2.11.0