thunderbird/thunderbird-wayland.sh.in

13 lines
199 B
Bash
Raw Normal View History

2018-11-20 12:38:58 +00:00
#!/bin/bash
#
# Run Thunderbird under Wayland
#
##
## Enable Wayland backend?
##
if [ "$XDG_CURRENT_DESKTOP" == "GNOME" ]; then
export MOZ_ENABLE_WAYLAND=1
fi
exec __PREFIX__/bin/thunderbird "$@"