-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Wayland support in AppImage build? #1017
Comments
I don't have any problem running this software on wayland compiling from the sources, but the packages from the release page doesn't work for me as well. I think they were probably built on a system without the QtWayland module installed so they don't ship the required platform plugins: |
Sourcetrail/setup/Linux/createPackages.sh Line 98 in f3614a3
@egraether could you confirm the docker build container contains QtWayland plugin? If so, maybe we should add it explicitly:
https://github.com/probonopd/linuxdeployqt#adding-extra-qt-plugins |
@probonopd Thanks. Wouldn't just |
Doesn't Wayland come with a compatibility layer to be able to run the vast amount of existing Xorg applications? |
Yes it can be run as XWayland client, but that might have some drawbacks, so IMO it's worth just add proper Qt plugin, to have ability run app without any emulation layers. |
Then just copying the plugin to (For me personally, Wayland is and has been broken since it breaks compatibility with the existing screen recording and screen sharing apps. There seems to be no willingness from the Wayland developers to respect the existing software base out there by respecting the existing Xorg APIs. So I try to avoid using Wayland.) |
@probonopd Sorry to interject but that is just wrong. The Xorg "API" applications use to read the screen is simply them reading Xorgs buffer. This isnt a API, this is a dirty hack and there is no excuse for it. Are you seriously asking the wayland people write something that emulates Xorgs buffer so applications using a dirty hack to record the screen continue to work? |
Hello, thank you for awesome app!
Currently it can't run on Wayland natively, corresponding qt plugin seems missed:
#945 #279
The text was updated successfully, but these errors were encountered: