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 af43f329d9.
This commit is contained in:
Julien Palard 2024-02-08 17:29:42 +01:00
parent 0b0c13d80f
commit e84529d603
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8

View File

@ -21,6 +21,8 @@ if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH" PATH="$HOME/bin:$PATH"
fi 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 # set PATH so it includes ~/.local/bin if it exists
if [ -d "$HOME/.local/bin" ] ; then if [ -d "$HOME/.local/bin" ] ; then
PATH="$PATH:$HOME/.local/bin" PATH="$PATH:$HOME/.local/bin"