IronRDP icon indicating copy to clipboard operation
IronRDP copied to clipboard

Linux clipboard support in `ironrdp-cliprdr-native`/`ironrdp-client`

Open pacmancoder opened this issue 1 year ago • 1 comments

Add support for the native clipboard for Linux clients in ironrdp-cliprdr-native/ironrdp-client. See existing Windows and ironrdp-web implementation for reference.

Notes

We could focus on X11 API support as a first step -- Wayland should provide some compatibility with X11 via Xwayland, therefore we could cover more systems by implementing X11 backend first, and then add Wayland support later (if needed at all).

(cc @CBenoit -- Please validate is my assumption regarding X11/Wayland correct?)

pacmancoder avatar Jan 29 '24 10:01 pacmancoder

(cc @CBenoit -- Please validate is my assumption regarding X11/Wayland correct?)

This sounds right to me!

CBenoit avatar Jan 29 '24 12:01 CBenoit