Allow xcb QT_QPA_PLATFORM as a fallback

This commit is contained in:
Victoria Brekenfeld 2023-12-19 20:41:44 +01:00 committed by GitHub
parent e2d2732f81
commit ba52fc1be4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ export XCURSOR_THEME="${XCURSOR_THEME:=Pop}"
export _JAVA_AWT_WM_NONREPARENTING=1
export GDK_BACKEND=wayland,x11
export MOZ_ENABLE_WAYLAND=1
export QT_QPA_PLATFORM=wayland
export QT_QPA_PLATFORM="wayland;x11"
# import environment variables from the login manager
systemctl --user import-environment XDG_SESSION_TYPE XDG_CURRENT_DESKTOP