From 2fe2fab8b6c8df95efa6582725911d56386fb4db Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Fri, 9 Apr 2021 14:02:47 +0300 Subject: [PATCH] Fix Firefox is not responding when run from x11 https://mastransky.wordpress.com/2020/03/16/wayland-x11-how-to-run-firefox-in-mixed-environment/ --- .config/environment.d/99-firefox.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/environment.d/99-firefox.conf b/.config/environment.d/99-firefox.conf index 797fd2d..18532ea 100644 --- a/.config/environment.d/99-firefox.conf +++ b/.config/environment.d/99-firefox.conf @@ -1,3 +1,4 @@ MOZ_USE_XINPUT2=1 MOZ_ENABLE_WAYLAND=1 GTK_USE_PORTAL=1 +MOZ_DBUS_REMOTE=1