https://bugs.kde.org/show_bug.cgi?id=393804
Aleix Pol <aleix...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Ever confirmed|0 |1 CC| |aleix...@kde.org --- Comment #7 from Aleix Pol <aleix...@kde.org> --- I've looked into it, it looks like an issue in QXcbClipboard, which obviously doesn't help but we better say so. It seems quite similar to this bug report here in Qt Creator (funny that Qt Creator people talk about Qt as upstream as well). https://bugreports.qt.io/browse/QTBUG-67822?jql=text%20~%20%22waitForClipboardEvent%22 It could make sense to try and simplify the test case. Or just try to make sense of qxcbclipboard.cpp. What we have here is QXcbClipboard::getSelection blocking on QXcbClipboard::waitForClipboardEvent to get the requested selection. There's supposedly a 5s timeout which doesn't seem to arrive either. -- You are receiving this mail because: You are watching all bug changes.