firefox-esr: fix firefox-wayland wrapper

It needs MOZ_ENABLE_WAYLAND=1 to actually enable Wayland.
This commit is contained in:
Jürgen Buchmüller 2021-02-26 10:14:07 +01:00
parent 797685ef15
commit e0528ee933

View file

@ -1,2 +1,2 @@
#!/bin/sh
exec env MOZ_ENABLE_WAYLAND= /usr/lib/firefox/firefox "$@"
exec env MOZ_ENABLE_WAYLAND=1 /usr/lib/firefox/firefox "$@"