From e84529d603d8ecb5f75353dbedb25caed6f1ccb9 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Thu, 8 Feb 2024 17:29:42 +0100 Subject: [PATCH] Revert "This is the default since Firefox 121." I'm back at using Firefox ESR to avoid using multiple Debian repos, so I'm back with this bug. This reverts commit af43f329d9e61842b922c18711f6e56237044958. --- .profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.profile b/.profile index 8729c7e..9d509e8 100644 --- a/.profile +++ b/.profile @@ -21,6 +21,8 @@ if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" fi +export MOZ_ENABLE_WAYLAND=1 # See https://bugzilla.mozilla.org/show_bug.cgi?id=1789602 + # set PATH so it includes ~/.local/bin if it exists if [ -d "$HOME/.local/bin" ] ; then PATH="$PATH:$HOME/.local/bin"