dot/profile: Turn off the QT theme.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 27 Jan 2022 23:22:02 +0000 (23:22 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 27 Jan 2022 23:22:02 +0000 (23:22 +0000)
It just causes stuff to crash nowadays. :-(

dot/profile

index 3884f67..804ee8e 100644 (file)
@@ -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.