[konsole] [Bug 431100] [Wayland] Copy paste from konsole to eclipse and from eclipse to konsole does not work

Oded Arbel bugzilla_noreply at kde.org
Fri Oct 21 13:20:57 BST 2022


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

--- Comment #8 from Oded Arbel <oded at geek.co.il> ---
I believe the issue is the mime types Eclipse advertises for its clipboard
content - when copying from Eclipse, the following mime types are offered:

text/rtf
TEXT/RTF
application/rtf
UTF8_STRING
STRING
SAVE_TARGETS

All other applications I've used, whether KDE applications or not, offer at
least `text/plain` and `text/plain;charset=utf-8`. Using the wl-clipboard tool
(after messing with it a bit, the default config sticks in `text/plain` if you
try to use any text type), I can see that if I put something into the clipboard
that advertises just the types `STRING`, `TEXT` or `UTF8_STRING` - klipper
won't show it and KDE apps would not paste it.

As far as I understand, these types should be equivalent to `text/plain` and
non-KDE applications seem to handle them fine.

I have no idea where this basic behavior is implemented - if anyone can point
me in the right direction, I'd be glad to offer a patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list