thunderbird/thunderbird-wayland.sh.in

13 lines
199 B
Bash
Raw Normal View History

#!/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 "$@"