-
Notifications
You must be signed in to change notification settings - Fork 83
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
Cannot run test program on Ubuntu after installed qt #100
Comments
Hi. Maybe you need to install libxcb-xinerama0.
Google the above error message and you can find more information about it. |
I will have install-qt-action install those packages if you guys think it is worth it. |
Hi, I think it would be great. Let's see #88 . |
Ok, will do. |
Done! |
Thank you! |
I use install-qt-action to install qt environment.In step test to run the test program which depends on Qt, it failed.I guess some plugin not installed successfully, or some environment variables not set correctly.Could you please have a look?
Here is the log:
Got keys from plugin meta data ("xcb")
QFactoryLoader::QFactoryLoader() checking directory path "/home/runner/work/gerber_render/gerber_render/build/tests/platforms" ...
loaded library "/home/runner/work/gerber_render/Qt/5.14.2/gcc_64/plugins/platforms/libqxcb.so"
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
The text was updated successfully, but these errors were encountered: