chiark / gitweb /
etc/profile: Fix the Qt style hacking.
[profile] / dot / profile
index ec535c73abe50244ea908c895229017814df042f..d0026734ad101fcad43240afd29fbbcc741183ef 100644 (file)
@@ -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