remove GDK_BACKEND workarounds
parent
e86ddbcf2a
commit
bdab3ab734
@ -1 +0,0 @@
|
||||
disable_wayland
|
@ -1,13 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# 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")
|
||||
|
||||
real_bin=$(which --skip-tilde "$called_script")
|
||||
"${real_bin}" "$@"
|
@ -1,6 +0,0 @@
|
||||
#!/bin/sh
|
||||
echo $@
|
||||
|
||||
real_firefox=$(which --skip-tilde firefox)
|
||||
|
||||
GDK_BACKEND=wayland "${real_firefox}" "$@"
|
@ -1 +0,0 @@
|
||||
disable_wayland
|
Loading…
Reference in New Issue