Closed chakuzo closed 3 years ago
Thanks for a detailed report!
This clearly indicates that the compositor does not focus new surfaces and doesn't implement the wlr-data-control protocol, so wl-clipboard can neither do the clean thing with data-control, nor do the stealing focus hack with the popup surface.
Nothing that can be done about this from my side :(
Thanks for the quick reply, I'll see if I can add the protocol to the Qt code. Would have been too nice if it would work directly.
When wl-paste or wl-copy is used with QWayland Compositor, it hangs. With another compositor the problem does not appear.
It can be reproduced with the Qt example: https://doc.qt.io/qt-5/qtwaylandcompositor-minimal-qml-example.html
wl-paste output:
Compositor output:
Maybe someone has an idea where to look. Thx