The plugin currently only exports Qt plugins for X11. Distributions are now moving towards Wayland as default so it would be nice if there was at least an optional setting for also exporting the needed Qt wayland platform plugins to run natively on wayland instead of having to run the appimage via xwayland. Just adding them as EXTRA_PLATFORM_PLUGINS does not seem to add all the needed files.
PR #157 may solve this but not sure.
The plugin currently only exports Qt plugins for X11. Distributions are now moving towards Wayland as default so it would be nice if there was at least an optional setting for also exporting the needed Qt wayland platform plugins to run natively on wayland instead of having to run the appimage via xwayland. Just adding them as
EXTRA_PLATFORM_PLUGINSdoes not seem to add all the needed files.PR #157 may solve this but not sure.