Running weston with QtVirtualKeyboard support
-
Hello there,
My application uses qtvirtualkeyboard and I am trying to run it on a Yocto distro whith wayland.
The weston compositor starts per systemd, based on a udev rule. I log-in per ssh and start the application. When I try to use the QtVirtualKeyboard it is shown but does not respond to clicks. I have read and implemented: https://doc.qt.io/qt-5/qtvirtualkeyboard-deployment-guide.html#using-qt-virtual-keyboard-with-qt-wayland
But to no avail.But here is the catch: If I connect a keyboard to my device and restart the weston@.service from there, from /dev/tty1, then the qtvirtualkeyboard is working properly. Weston logs are the same in both cases and I am having problems to pinpoint the difference between the two cases so I can fix it.
Anyone had such an issue?
Thanks in advance,
DrEmbo