linuxdeploy-plugin-qt icon indicating copy to clipboard operation
linuxdeploy-plugin-qt copied to clipboard

added waylandcompositor plugin deployer

Open SushiTee opened this issue 1 year ago • 0 comments

I added a class to deploy the following 3 plugin directories:

  • wayland-decoration-client
  • wayland-graphics-integration-client
  • wayland-shell-integration

when the plugin waylandcompositor is selected.

I confirmed my specific app working with wayland like this. Here are the environment variables I set:

export EXTRA_QT_PLUGINS="waylandcompositor"
export EXTRA_PLATFORM_PLUGINS="libqwayland-egl.so;libqwayland-generic.so"

SushiTee avatar Feb 14 '24 09:02 SushiTee