From c4945dd7fe2a8c9c24a97308a68dae515c50dfe8 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 16 Mar 2020 14:01:31 +0100 Subject: Use D-Bus remote exclusively for both X11 and Wayland backends when WAYLAND_DISPLAY is present. --- firefox.sh.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'firefox.sh.in') diff --git a/firefox.sh.in b/firefox.sh.in index f111801..75148e5 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -75,6 +75,13 @@ if __DEFAULT_WAYLAND__ && ! [ $MOZ_DISABLE_WAYLAND ]; then fi fi +## +## Use D-Bus remote exclusively when there's Wayland display. +## +if [ "$WAYLAND_DISPLAY" ]; then + export MOZ_DBUS_REMOTE=1 +fi + ## ## Set MOZ_GRE_CONF ## -- cgit