You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably it will be solved by upgrading the qt version I bundle with the app to >6.7. This is going to take some time though because I noticed some regressions in QML code when upgrading.
Indeed, upgrading PySide6 / Qt to 6.8.1 "solves" the wayland issue (although for some reason the whole app is rendered smaller in Wayland than in X11).
I will look at making this upgrade work. Everything seems fine on a very short test drive, but a bunch of integration tests fail with 6.8.1 that pass on the current version (6.6.3). At least it seems a lot less severe than when attempting with Qt 6.7.1, so it seems some regressions have been solved by the newer version.
When running this on Wayland linux, I get the following error
/shoopdaloop: symbol lookup error: /home/minze/Downloads/distribution/pyinstaller/dist/shoopdaloop/_internal/libQt6WaylandClient.so.6: undefined symbol: wl_proxy_marshal_flags
This applies to both the installed or the portable version.
A workaround is to run this in the following way:
QT_QPA_PLATFORM=xcb shoopdaloop
But this should be fixed in the long run.
Thanks für the software
The text was updated successfully, but these errors were encountered: