We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7b578 commit 8a35f2aCopy full SHA for 8a35f2a
src/webots/launcher/webots-linux.sh
100644
100755
@@ -72,6 +72,9 @@ export WEBOTS_TMPDIR=$WEBOTS_TMPDIR
72
export WEBOTS_ORIGINAL_LD_LIBRARY_PATH="$LD_LIBRARY_PATH"
73
export LD_LIBRARY_PATH="$webots_home/lib/webots":$LD_LIBRARY_PATH
74
75
+# set the QT platform to use the X11 server for compatibility with Wayland
76
+export QT_QPA_PLATFORM="xcb"
77
+
78
# Fix for i3 window manager not working with Qt6
79
if [ "$XDG_CURRENT_DESKTOP" == "i3" ]; then
80
DPI=`xrdb -query -all | grep Xft.dpi | awk '{print $2}'`
0 commit comments