[Interest] XCB clipboard freeze
Thiago Macieira
thiago.macieira at intel.com
Mon Nov 4 23:52:53 CET 2019
On Monday, 4 November 2019 11:07:05 PST Benjamin TERRIER wrote:
> Looking at QXcbClipboard code, the xcb event queue is blocked on a
> QWaitCondition. To my knowledge a QWaitCondition will not unlock unless
> wakeOne() or wakeAll() is called.
Correct, but that is only used when there's another thread polling the XCB
event queue. The problem is that the event doesn't get posted.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel System Software Products
More information about the Interest
mailing list