Why Qt platform plugin “xcb” cannot be loaded even though it was found?
-
You still have to configure things properly. You are starting your application remotely, so you have to configure your session so that your application tries to connect to the local X server.
-
I may be wrong but I don't think you currently can.
Out of curiosity, what is the reason for having a full X server running on your embedded target ?
-
I may be wrong but I don't think you currently can.
Out of curiosity, what is the reason for having a full X server running on your embedded target ?
I'm using X cause I tried (a lot) to run my apps on EGLFS with no success. I followed the RaspberryPi2EGLFS guide, from qt wiki, to build Qt for RPi, but never managed to make it work.
Do you know some other guide that could help me build Qt (EGLFS) for RPi?
P.S. Someone updated the RaspberryPi2EGLFS guide, so I'll give it a last try.
-
Hi, I also run Qt apps on my Raspberry Pi, and when I had problems using the
-platform xcbto connect to them, I instead use-platform vncworks fine.
(On my PC I use vncviewer.exe to connect)I'll try that. Thanks!
-
Any chance you are having trouble using a Raspbian Stretch root filesystem ?
-
The EGLFS issue.