diff -r af5e283c2e5d -r 7852ceef239b MozillaFirefox/mozilla.sh.in --- a/MozillaFirefox/mozilla.sh.in Mon Sep 06 12:03:54 2021 +0200 +++ b/MozillaFirefox/mozilla.sh.in Tue Nov 02 13:21:17 2021 +0100 @@ -88,7 +88,7 @@ WAYLAND_SUPPORTED=%WAYLAND_SUPPORTED # $XDG_SESSION_TYPE should contain either x11 or wayland -if [ $WAYLAND_SUPPORTED -eq 1 ] && [ "$XDG_SESSION_TYPE" = "wayland" ]; then +if [ $WAYLAND_SUPPORTED -eq 1 ] && [ "$XDG_SESSION_TYPE" = "wayland" ] && [ -z "$MOZ_ENABLE_WAYLAND" ]; then export MOZ_ENABLE_WAYLAND=1 fi