Skip to content

klipper: Avoid incorrect wayland roundtrips

Vlad Zahorodnii requested to merge work/zzag/backport-klipper-crash-fix into Plasma/6.1

Klipper code is full of existing X11 hacks, as clipboard is a complicated problem.

In 923e9bc9 these X11 workarounds were split into another file, but also in that change the existing roundtrip function gained a wayland backend. This doens't help as the reasons we need to roundtrip are platform specific. Trying to generalise makes things harder rather than easier.

(cherry picked from commit da06b136)

BUG: 489096

Edited by Vlad Zahorodnii

Merge request reports