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

Clipboard not working with longer text (VM) #6674

Closed
Tracked by #4357
fmigneault opened this issue Dec 13, 2023 · 5 comments
Closed
Tracked by #4357

Clipboard not working with longer text (VM) #6674

fmigneault opened this issue Dec 13, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@fmigneault
Copy link

fmigneault commented Dec 13, 2023

Bug Description

Copying a value longer than 1234567890123456789 from the local instance and trying to paste it on the remotely connected VM side does not paste the updated content (either nothing pasted, or the previous copy of shorter text is pasted). Doing the inverse operation (copy on remote, paste locally) does not work regardless of content length.

It seems the clipboard fails to store the text for transfer.

How to Reproduce

Copy 1234567890123456789 from local and paste on remote anywhere. This should work.
Copy 1234567890123456789xxx from local and paste on remote. Does not work or pastes the previous 1234567890123456789.

Expected Behavior

Copied text should be pasted regardless of length (or at least up to a reasonably large size) to allow transfer file configs and such.

Operating system(s) on local side and remote side

Windows 11 local, Ubuntu 22.04.6 LTS remote

RustDesk Version(s) on local side and remote side

nightly "1.2.4" on 2023-12-13

Screenshots

see "how to reproduce"

Additional Context

No response

@fmigneault fmigneault added the bug Something isn't working label Dec 13, 2023
@beelchester
Copy link
Contributor

beelchester commented Dec 13, 2023

Hello, Thanks for reporting but I could not reproduce it on:
mac -> ubuntu wayland & x11 both
windows -> mac
[I ran out of space for VMs so currently can't test windows -> ubuntu. I will free up some space soon and test it 😅]

cl_test.mp4

@fmigneault
Copy link
Author

Hi @sahilyeole
Thanks for looking into this.

It seems the result is very inconsistent.
I made a video to demonstrate various combinations of right-click copy/paste vs CTRL-C/CTRL-V and to/from local/remote.
I recorded the audio so we can hear when I do the CTRL instead of right-click.
Sometimes something is pasted, but it seems to be an older clipboard text in some cases.

2023-12-13.17-58-46.mp4

@rustdesk rustdesk reopened this Dec 14, 2023
@rustdesk rustdesk changed the title Clipboard not working with longer text Clipboard not working with longer text (VM) Dec 14, 2023
@rustdesk
Copy link
Owner

tracked by #4357

@rustdesk
Copy link
Owner

@fmigneault please confirm if it is Wayland on remote side.

@fmigneault
Copy link
Author

@rustdesk
Wayland is disabled. Using X11 only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants