diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-05 03:13:08 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 03:13:08 +0000 |
commit | ee8469dbc1fa88e770dc42b9e36c16096db86c5c (patch) | |
tree | a3408825c9e3c0e6f300598835ea1f5d761bb5b4 /firefox-x11.sh.in | |
parent | c598e711556fc5cd73a0a78ba7c6c3c71b28b074 (diff) |
automatic import of firefoxopeneuler24.03_LTS
Diffstat (limited to 'firefox-x11.sh.in')
-rw-r--r-- | firefox-x11.sh.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/firefox-x11.sh.in b/firefox-x11.sh.in new file mode 100644 index 0000000..94045c9 --- /dev/null +++ b/firefox-x11.sh.in @@ -0,0 +1,7 @@ +#!/usr/bin/bash +# +# Run Firefox on X11 backend +# + +export MOZ_DISABLE_WAYLAND=1 +exec /__PREFIX__/bin/firefox "$@" |