summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-09-30 18:53:56 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-09-30 20:03:51 +0200
commita6f96f350b74a65923ca6239879a5f96e100ef69 (patch)
tree4f1587dc75e08abaf7eb0e405a0a04d4cdd47ce7 /mail-client/thunderbird/files/thunderbird-wayland.sh
parentdev-libs/librelp: bump to v1.8.0 (diff)
downloadgentoo-a6f96f350b74a65923ca6239879a5f96e100ef69.tar.gz
gentoo-a6f96f350b74a65923ca6239879a5f96e100ef69.tar.bz2
gentoo-a6f96f350b74a65923ca6239879a5f96e100ef69.zip
mail-client/thunderbird: bump to v78.3.1
Closes: https://bugs.gentoo.org/698986 Closes: https://bugs.gentoo.org/733062 Bug: https://bugs.gentoo.org/745432 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
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 000000000000..2cfdc5e1e53d
--- /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 "$@"