https://bugs.kde.org/show_bug.cgi?id=520674
--- Comment #8 from Vlad Zahorodnii <[email protected]> --- Alright, it looks like the issue is caused by kwin's data bridge code. Specifically, it looks like libreoffice asks for clipboard contents provided by a wayland client, but that source doesn't exist anymore. At the moment, kwin sends no SelectionNotify event to let libreoffice know that no data will be provided. I don't know why no SelectionNotify event is sent in that case, I'll need to do some digging. But since there is no SelectionNotify event, Qt is stuck waiting for an event that will never be sent. -- You are receiving this mail because: You are watching all bug changes.
