Skip to content

Commit

Permalink
Use Qt xcb platform by default
Browse files Browse the repository at this point in the history
CURA-12054

It is now a fact that Cura doesn't work properly with native Qt/Wayland integration. However, on recent Ubuntu versions Wayland is now used by default. So we now force using the xcb platform unless otherwise specified, which should have no impact on older platforms but work better on new ones.
  • Loading branch information
wawanbreton committed Oct 9, 2024
1 parent f2944a6 commit 9e11869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/AppImage/AppRun
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export QML2_IMPORT_PATH="$scriptdir/qt/qml"
export QT_QPA_FONTDIR=/usr/share/fonts
export QT_QPA_PLATFORMTHEME=xdgdesktopportal
export QT_XKB_CONFIG_ROOT=/usr/share/X11/xkb
export QT_QPA_PLATFORM=xcb

# Use the openssl.cnf packaged in the AppImage
export OPENSSL_CONF="$scriptdir/openssl.cnf"
Expand Down

0 comments on commit 9e11869

Please sign in to comment.