-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
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
Linux AppImage does not contain Wayland platform plugin #326
Comments
What's the process of including the "Qt Wayland platform plugin" in the AppImage ? |
There is a qt-wayland package in conda-forge however when I tried it in the past it broke the appimage, but that might have been due to package version missmatch, I have been working on upgrading the qt5 packages in conda-forge and hopefully it will work with that. |
This broke the package. 39057 works (falling back to Xwayland due to missing platform plugin) while 39100 just crashes at startup: xkbcommon: ERROR: failed to add default include path /home/runner/work/FreeCAD-Bundle/FreeCAD-Bundle/conda/linux/AppDir/usr/share/X11/xkb |
|
FWIW, I see the same stack than kinghat on CrOS 132.0.6807.0 (Official Build) dev (64-bit). |
reverted wayland due to FreeCAD/FreeCAD#17491 (comment), but there are other problems with the appimages |
Describe the bug
The Linux AppImage builds do not package the Qt Wayland platform plugin. As a result, the app launches only with X11 support in XWayland.
To Reproduce
Observed behaviour
Expected behaviour
FreeCAD should launch without complaining about not finding the Qt platform plugin for the graphics system it's being run on. The choice whether to run FreeCAD in Wayland or in X11 should be the user's.
Additional context
The Flatpak beta supports the Wayland platform plugin, so this seems to be an AppImage-specific issue.
The text was updated successfully, but these errors were encountered: