summaryrefslogtreecommitdiff
path: root/mail-client/thunderbird/files/thunderbird-x11.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client/thunderbird/files/thunderbird-x11.sh')
-rw-r--r--mail-client/thunderbird/files/thunderbird-x11.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail-client/thunderbird/files/thunderbird-x11.sh b/mail-client/thunderbird/files/thunderbird-x11.sh
new file mode 100644
index 00000000..2f4e410c
--- /dev/null
+++ b/mail-client/thunderbird/files/thunderbird-x11.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+#
+# Run Mozilla Thunderbird on X11
+#
+export MOZ_DISABLE_WAYLAND=1
+exec @PREFIX@/bin/thunderbird "$@"