disable all wayland backends in disable_wayland

master
lub 4 years ago
parent 9318161e10
commit 588962a45e

@ -1,9 +1,10 @@
#!/bin/sh
# links to this script disable GDK_BACKEND
# links to this script disable wayland backends
# to workaround wayland incompatibilities
unset GDK_BACKEND
unset QT_QPA_PLATFORM
# name of the link that was called
called_script=$(basename "$0")

@ -1,12 +0,0 @@
#!/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}" "$@"

@ -0,0 +1 @@
disable_wayland
Loading…
Cancel
Save