remove GDK_BACKEND workarounds

master
lub 4 years ago
parent e86ddbcf2a
commit bdab3ab734

@ -20,7 +20,7 @@ fi
# enable wayland
export QT_QPA_PLATFORM=wayland-egl
export GDK_BACKEND=wayland
export MOZ_ENABLE_WAYLAND=1
function q1 {
echo 'Important and Urgent'

@ -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}" "$@"

@ -7,5 +7,4 @@ mkdir Zygor
cp -a Settings Zygor/
# disable wayland
unset GDK_BACKEND
"$HOME/.zygor.AppImage"

Loading…
Cancel
Save