We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Linux that's running Wayland < 1.19.91, starting BeeRef results in the following error:
symbol lookup error: [..]/lib/libQt6WaylandClient.so.6: undefined symbol: wl_proxy_marshal_flags
This is a bug in QT's library packaging: https://bugreports.qt.io/browse/QTBUG-114635
Workaround: Start BeeRef with QTA_QPA_PLATFORM=xcb, for example from the command line:
QTA_QPA_PLATFORM=xcb
QTA_QPA_PLATFORM=xcb ./BeeRef-x.x
Question: Can we set QTA_QPA_PLATFORM in the AppRun script preemtively in this case?
The text was updated successfully, but these errors were encountered:
Appimage: Add workaround for older Wayland versions (see #102)
435ce78
9356f53
The appimage contains a workaround that should fall back on xcb. Leaving the issue open for now.
Sorry, something went wrong.
No branches or pull requests
On Linux that's running Wayland < 1.19.91, starting BeeRef results in the following error:
This is a bug in QT's library packaging:
https://bugreports.qt.io/browse/QTBUG-114635
Workaround: Start BeeRef with
QTA_QPA_PLATFORM=xcb
, for example from the command line:Question: Can we set QTA_QPA_PLATFORM in the AppRun script preemtively in this case?
The text was updated successfully, but these errors were encountered: