Disable wayland backend for Qt.

This commit is contained in:
Gabriel Ebner 2020-07-16 12:40:19 +02:00
parent a3eeafbc19
commit 0b6a984071
1 changed files with 4 additions and 1 deletions

View File

@ -55,7 +55,10 @@
export DBUS_SESSION_BUS_ADDRESS
export SDL_VIDEODRIVER=wayland
export QT_QPA_PLATFORM=wayland
# https://github.com/swaywm/sway/issues/4506
export QT_QPA_PLATFORM=xcb
# export QT_QPA_PLATFORM=wayland
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
# Fix for some Java AWT applications (e.g. Android Studio),