From 0aba4f2e5fb978dd6a9643283c384defd78d61c4 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Mon, 27 May 2024 14:52:53 +0300 Subject: [PATCH] Wayland : Fix Android emulator. --- module/desktop/Wayland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/desktop/Wayland.nix b/module/desktop/Wayland.nix index 7902da5..1813674 100644 --- a/module/desktop/Wayland.nix +++ b/module/desktop/Wayland.nix @@ -10,7 +10,7 @@ ELM_ENGINE = "wayland_egl"; GDK_BACKEND = "wayland"; MOZ_ENABLE_WAYLAND = "1"; - QT_QPA_PLATFORM = "wayland-egl"; + QT_QPA_PLATFORM = "wayland-egl;wayland;xcb"; QT_WAYLAND_DISABLE_WINDOWDECORATION = "1"; SAL_USE_VCLPLUGIN = "gtk3"; SDL_VIDEODRIVER = "wayland";