-
Notifications
You must be signed in to change notification settings - Fork 38
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
Use of different platforms #88
Comments
Which one(s) would you like to include? We could just extend it, or, if needed, add some opt-in feature. |
I personally would like to add |
How large is that |
It's around 170k on my system, I didn't know that platform even existed. What is it being used for? I'd suggest to add an opt-in feature for deploying this platform. We could add an environment variable that allows people to choose platform plugins to be deployed along with the good ol' |
Output of
|
I use it to run a qt app in docker (without x11 server). Useful for apps that can be used in cli. |
So it's basically an alternative to running the application with a virtual frame buffer with |
I can only hazard a guess, I'd say yes. I'm afraid I don't know more about how this works, and can't find lots documentation on it. |
Recently some Wayland support was requested again. I remember we had some experimental support once, then had to remove it again due to stability issues. Your plugin makes us deploy one half of the stuff needed for wayland, the platform plugin. The other half is a bunch of extra plugins which can be deployed with |
* Allow installation of extra platform plugins Resolves #88 * Address review comments * Update test
Hi,
In src/deployers/PlatformPluginsDeployer.cpp#L20 only
platforms/libqxcb.so
is copied over? Is there a way to get other platforms to ship? minimal, offscreen, vnc and alike?Tried to add them via the
EXTRA_QT_PLUGINS
env variable but without success.The text was updated successfully, but these errors were encountered: