summaryrefslogtreecommitdiff
path: root/firefox-x11.sh.in
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-05 03:13:08 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-05 03:13:08 +0000
commitee8469dbc1fa88e770dc42b9e36c16096db86c5c (patch)
treea3408825c9e3c0e6f300598835ea1f5d761bb5b4 /firefox-x11.sh.in
parentc598e711556fc5cd73a0a78ba7c6c3c71b28b074 (diff)
automatic import of firefoxopeneuler24.03_LTS
Diffstat (limited to 'firefox-x11.sh.in')
-rw-r--r--firefox-x11.sh.in7
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 "$@"