firefox-esr: fix firefox-wayland wrapper
It needs MOZ_ENABLE_WAYLAND=1 to actually enable Wayland.
This commit is contained in:
@@ -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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user