https://bugs.kde.org/show_bug.cgi?id=442521

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson <k...@davidedmundson.co.uk> ---
This is a tough one, Qt (in Qt code) blocks when it reads clipboard data, so we
block when trying to read data from ourselves.

Any use of threads to write the data won't help as it's too late, we're blocked
before we can get notified to send anything.

Potentially we can update the regular clipboard from inside system clipboard,
then Qt will think it owns the data and not try and fetch it remotely.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to