You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/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}" "$@" |