From f81543b06becc52fc3096819a49e0b446a166754 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Thu, 2 Sep 2021 20:05:49 +0200 Subject: [PATCH] Add NO_AT_BRIDGE env because at-spi not installed --- bootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap b/bootstrap index cc27d67..37e925f 100644 --- a/bootstrap +++ b/bootstrap @@ -14,3 +14,4 @@ define_env "QT_QPA_PLATFORM" "wayland-egl" define_env "QT_WAYLAND_DISABLE_WINDOWDECORATION" "1" define_env "MOZ_ENABLE_WAYLAND" "1" define_env "QT_QPA_PLATFORMTHEME" "gtk3" +define_env "NO_AT_BRIDGE" "1"