Disable wayland backend for Qt.

This commit is contained in:
Gabriel Ebner 2020-07-16 12:40:19 +02:00
parent a3eeafbc19
commit 0b6a984071

@ -55,7 +55,10 @@
export DBUS_SESSION_BUS_ADDRESS export DBUS_SESSION_BUS_ADDRESS
export SDL_VIDEODRIVER=wayland 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 export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
# Fix for some Java AWT applications (e.g. Android Studio), # Fix for some Java AWT applications (e.g. Android Studio),