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 to Windows not working - Clipboard change not recognized #3

Closed
fentas opened this issue Aug 28, 2024 · 2 comments
Closed

Linux to Windows not working - Clipboard change not recognized #3

fentas opened this issue Aug 28, 2024 · 2 comments

Comments

@fentas
Copy link

fentas commented Aug 28, 2024

I added config.yml to both systems.
Started clipboard-sync with -v debug
If I copy text from windows it will send and sync to Linux.
If I copy text on Linux nothing happens. Seems that it does not recognize the clipboard change.

Using manjaro (plasma - wayland).

Not sure, guess something to do with klipper

@fentas
Copy link
Author

fentas commented Aug 28, 2024

If I do

echo test | xclip -selection clipboard

It works, and it is recognized.

@songokas
Copy link
Owner

I am not familiar with wayland and its protocols for clipboard communication, but reading a bit, wayland clipboard is not supported and unless you use some software to synchronize x11 and wayland clipboard automatically,
you would have to do something like:

wl-paste | xclip -selection clipboard

https://github.com/bugaevc/wl-clipboard

I see there is a pull request to add support for it, so it could potentially be done, but this would require some time

aweinstock314/rust-clipboard#65

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

No branches or pull requests

2 participants