https://bugs.kde.org/show_bug.cgi?id=439765
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDSINFO |REPORTED Resolution|WAITINGFORINFO |--- --- Comment #4 from David Edmundson <k...@davidedmundson.co.uk> --- Even that first one looks weird: Annotating the above in plain text. Commments are from the POV of kate. [599702.263] -> wl_data_device_manager@9.create_data_source(new id wl_data_source@39) [599702.277] -> wl_data_source@39.offer("text/plain") [599702.280] -> wl_data_source@39.offer("text/plain;charset=utf-8") [599702.284] -> wl_data_device@10.set_selection(wl_data_source@39, 2099) We offer a selection (39) [599702.383] wl_data_device@10.data_offer(new id wl_data_offer@3632315184) [599702.389] wl_data_offer@4278190082.offer("text/plain") [599702.393] wl_data_offer@4278190082.offer("text/plain;charset=utf-8") [599702.397] wl_data_device@10.selection(wl_data_offer@4278190082) We are told there is a new selection available (probably our own back at us) [599702.401] -> wl_data_offer@4278190080.destroy() We drop the our reference to the last offer as it's now outdated. [599702.554] wl_data_sou...@39.send("text/plain;charset=utf-8", fd 16) The data from 39 is requested [599702.805] wl_data_source@39.cancelled() Source 39 is cancelled, after a slight delay, not just kwayland server doing something on its own. This is the interesting part. [599702.815] -> wl_data_source@39.destroy() We drop source 39 as we have been told it's cancelled [599702.823] wl_data_device@10.selection(nil) We are tod that the clipboard is now empty [599702.825] -> wl_data_offer@4278190082.destroy() We drop the our reference to the last offer as we have been todl the clipboard is empty [599702.846] wl_data_device@10.data_offer(new id wl_data_offer@3633539552) [599702.851] wl_data_offer@4278190080.offer("text/plain") [599702.854] wl_data_offer@4278190080.offer("application/x-kde-onlyReplaceEmpty") [599702.857] wl_data_offer@4278190080.offer("text/plain;charset=utf-8") [599702.863] wl_data_device@10.selection(wl_data_offer@4278190080) We are told that klipper has the clipboard. The additional mime shows it's from klipper -- You are receiving this mail because: You are watching all bug changes.