thunderbird/thunderbird-wayland.sh.in
2019-02-05 21:34:04 +01:00

13 lines
193 B
Bash

#!/bin/bash
#
# Run Thunderbird under Wayland
#
##
## Enable Wayland backend?
##
if [ "$XDG_CURRENT_DESKTOP" == "GNOME" ]; then
export MOZ_ENABLE_WAYLAND=1
fi
exec /usr/bin/thunderbird "$@"