From: Mark Wooding Date: Thu, 27 Jan 2022 23:22:02 +0000 (+0000) Subject: dot/profile: Turn off the QT theme. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/2478e2f446c3450fefcf514a031f2f062c3b829d dot/profile: Turn off the QT theme. It just causes stuff to crash nowadays. :-( --- diff --git a/dot/profile b/dot/profile index 3884f67..804ee8e 100644 --- a/dot/profile +++ b/dot/profile @@ -285,7 +285,7 @@ export XUSERFILESEARCHPATH OOO_FORCE_DESKTOP=gnome; export OOO_FORCE_DESKTOP ## Hack Qt-ish things to be unstoatly. -QT_QPA_PLATFORMTHEME=gtk2; export QT_QPA_PLATFORMTHEME +##QT_QPA_PLATFORMTHEME=gtk2; export QT_QPA_PLATFORMTHEME QT_AUTO_SCREEN_SCALE_FACTOR=0; export QT_AUTO_SCREEN_SCALE_FACTOR ## Use X11 input method (including compose key sequences) everywhere.