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.
-
@SGaist said in 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.:
do you use the same backend ?
Same backend?? Can you tell me what backend is being asked about?
@SGaist said in 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.:
When starting directly on the BBB
Also I cannot directly start Qtcreator on BBB, since i don't have it installed on the BBB, and only use the cross-compilation on the ubuntu system to compile and deploy the app to the BBB (and nothing else)....don't know if that makes sense.
-
Backed: xcb, eglfs, etc.
No need for Qt Creator on your target, I meant literally starting your application on it, for example through the command line.
-
So it looks like your X server installation is incomplete to run Qt applications with the xcb backend. I would start by fixing that.
-
It looks like a warning rather than an error per se.
You might have to configure something on the X server side.