summarylogtreecommitdiffstats
path: root/cura5.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cura5.sh')
-rwxr-xr-xcura5.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura5.sh b/cura5.sh
index 785851deac48..a9eca0db52f4 100755
--- a/cura5.sh
+++ b/cura5.sh
@@ -2,5 +2,5 @@
export QT_QPA_PLATAFORM=xdgdesktopportal
export QT_QPA_PLATFORMTHEME=xdgdesktopportal
cd /opt/cura5/
-GDK_BACKEND=x11 LD_PRELOAD=/usr/lib/libstdc++.so.6 QT_QPA_PLATFORMTHEME=xdgdesktopportal QT_QPA_PLATAFORM=xdgdesktopportal ./Ultimaker-Cura $@
+QT_QPA_PLATFORM=xcb LD_PRELOAD=/usr/lib/libstdc++.so.6 QT_QPA_PLATFORMTHEME=xdgdesktopportal QT_QPA_PLATAFORM=xdgdesktopportal ./Ultimaker-Cura $@