thunderbird/thunderbird-wayland.sh.in
2018-11-20 13:38:58 +01:00

8 lines
107 B
Bash

#!/bin/bash
#
# Run Thunderbird under Wayland
#
export GDK_BACKEND=wayland
exec /usr/bin/thunderbird "$@"