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

Remove Wayland Support #600

Merged
merged 3 commits into from
Oct 26, 2024
Merged

Remove Wayland Support #600

merged 3 commits into from
Oct 26, 2024

Conversation

xrelkd
Copy link
Owner

@xrelkd xrelkd commented Oct 26, 2024

  • feat(crates/clipboard): remove Wayland support
  • feat(crates/server): remove Wayland support
  • docs(readme): remove Wayland support

@xrelkd xrelkd changed the title Remove Wayland support Remove Wayland Support Oct 26, 2024
@xrelkd xrelkd merged commit d9cf057 into develop Oct 26, 2024
16 checks passed
@xrelkd xrelkd deleted the feat/wayland branch October 26, 2024 02:45
@kqvanity
Copy link

kqvanity commented Nov 3, 2024

Hello!
Why wayland support was removed?

@xrelkd
Copy link
Owner Author

xrelkd commented Nov 3, 2024

Hello!

Regarding the question of why Wayland support was removed, clipcat is currently an amateur endeavor that primarily offers support for the X11 clipboard.
Since we do not have extra time to maintain Wayland support, we decided to remove it.
If you are interested in helping with Wayland support, please refer to our implementation of the X11 clipboard support and macOS clipboard support (https://github.com/xrelkd/clipcat/blob/375dd928e15396389c32056b6727c72120a560cd/crates/clipboard/src/listener/mod.rs, https://github.com/xrelkd/clipcat/blob/375dd928e15396389c32056b6727c72120a560cd/crates/clipboard/src/listener/x11/mod.rs, https://github.com/xrelkd/clipcat/blob/375dd928e15396389c32056b6727c72120a560cd/crates/clipboard/src/listener/macos/mod.rs), which could assist in future development.

Thank you for your understanding!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants