add wayland link for ts3

master
lub 4 years ago
parent 9b1c37f9dd
commit 9318161e10

@ -0,0 +1,12 @@
#!/bin/sh
# links to this script disable GDK_BACKEND
# to workaround wayland incompatibilities
unset GDK_BACKEND
# name of the link that was called
called_script=$(basename "$0")
real_bin=$(which --skip-tilde "$called_script")
"${real_bin}" "$@"
Loading…
Cancel
Save