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