xsession: use qt5ct/qt6ct as QT_QPA_PLATFORMTHEME.

Alternatives are: gnome (unmaintained?) or gtk3 (builtin but rendering
issues?)
This commit is contained in:
Vincent Bernat 2025-08-24 15:29:47 +02:00
parent a58612ea3b
commit f470e33b2a

View file

@ -19,7 +19,7 @@ export QT_AUTO_SCREEN_SCALE_FACTOR=1
export QT_ENABLE_HIGHDPI_SCALING=1 export QT_ENABLE_HIGHDPI_SCALING=1
export QT_SCALE_FACTOR_ROUNDING_POLICY=PassThrough export QT_SCALE_FACTOR_ROUNDING_POLICY=PassThrough
# Qt theme # Qt theme
export QT_QPA_PLATFORMTHEME=qt5ct export QT_QPA_PLATFORMTHEME=qt5ct:qt6ct
# GTK3 apps try to contact org.a11y.Bus. Disable that. # GTK3 apps try to contact org.a11y.Bus. Disable that.
export NO_AT_BRIDGE=1 export NO_AT_BRIDGE=1