mirror of https://github.com/stenzek/duckstation
CI/AppImage: Disable Wayland by default
Set I_WANT_A_BROKEN_WAYLAND_UI=1 if you must use it. But there's gonna be broken stuff.pull/3035/head
parent
bd49e0df63
commit
33f945f1e8
@ -0,0 +1,9 @@
|
|||||||
|
if [[ -z "$I_WANT_A_BROKEN_WAYLAND_UI" ]]; then
|
||||||
|
echo "Forcing X11 instead of Wayland, due to various protocol limitations"
|
||||||
|
echo "and Qt issues. If you want to use Wayland, launch DuckStation with"
|
||||||
|
echo "I_WANT_A_BROKEN_WAYLAND_UI=YES set."
|
||||||
|
export QT_QPA_PLATFORM=xcb
|
||||||
|
else
|
||||||
|
echo "Wayland is not being disabled. Do not complain when things break."
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in New Issue