thunderbird/thunderbird-wayland.sh.in

8 lines
107 B
Bash
Raw Normal View History

2018-11-20 12:38:58 +00:00
#!/bin/bash
#
# Run Thunderbird under Wayland
#
export GDK_BACKEND=wayland
exec /usr/bin/thunderbird "$@"