firefox-esr: fix firefox-wayland wrapper
It needs MOZ_ENABLE_WAYLAND=1 to actually enable Wayland.
This commit is contained in:
parent
797685ef15
commit
e0528ee933
|
@ -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 "$@"
|
||||
|
|
Loading…
Reference in New Issue