Skip to content

klipper: Fix reading from plasma on wayland

David Redondo requested to merge work/klipperplasmawayland into master

When copying something inside the same process that klipper is in, reading the data through wayland will not work since we have to do so in a blocking way due to how klipper is structured. But we can check if we currently own the clipboard and just return that.

Merge request reports