Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux clipboard support in ironrdp-cliprdr-native/ironrdp-client #358

Open
pacmancoder opened this issue Jan 29, 2024 · 1 comment
Open
Labels
A-native-client Area: Native client (ironrdp-client) A-virtual-channel Area: Static or dynamic virtual channel enhancement New feature or request P-low Low priority

Comments

@pacmancoder
Copy link
Contributor

pacmancoder commented Jan 29, 2024

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 pacmancoder added A-native-client Area: Native client (ironrdp-client) A-virtual-channel Area: Static or dynamic virtual channel labels Jan 29, 2024
@pacmancoder pacmancoder changed the title Linux clipboard support ironrdp-clipboard-native/ironrdp-client Linux clipboard support in ironrdp-clipboard-native/ironrdp-client Jan 29, 2024
@pacmancoder pacmancoder changed the title Linux clipboard support in ironrdp-clipboard-native/ironrdp-client Linux clipboard support in ironrdp-cliprdr-native/ironrdp-client Jan 29, 2024
@pacmancoder pacmancoder added the enhancement New feature or request label Jan 29, 2024
@CBenoit
Copy link
Member

CBenoit commented Jan 29, 2024

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

This sounds right to me!

@CBenoit CBenoit added the P-low Low priority label Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-native-client Area: Native client (ironrdp-client) A-virtual-channel Area: Static or dynamic virtual channel enhancement New feature or request P-low Low priority
Development

No branches or pull requests

2 participants