From 1ff63fbea31937b47d03e5381df123f765c8969a Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 11 Oct 2023 10:17:04 -0600 Subject: [PATCH] Force QT apps to run with wayland --- data/start-cosmic | 1 + 1 file changed, 1 insertion(+) diff --git a/data/start-cosmic b/data/start-cosmic index d1e2d81..2e13c51 100755 --- a/data/start-cosmic +++ b/data/start-cosmic @@ -29,6 +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 # import environment variables from the login manager systemctl --user import-environment XDG_SESSION_TYPE XDG_CURRENT_DESKTOP