-
Notifications
You must be signed in to change notification settings - Fork 984
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
x0vncserver does not support clipboard #529
Comments
Hi, |
I'm afraid that can't be our void XDesktop::clientCutText(const char* str, int len) {
} :) |
I thought I found the perfect VNC server... but now this... I seriously can't catch a break with VNC! |
Is that problem still available? |
I'm afraid no one has had a look at this yet. |
Hi. Is the bounty active for that issue? I want to try resolve it to start working with project. |
Yes, the bounty is still active so feel free to start hacking. :) |
Guys, I am close to provide code to code review. But I have a several questions. Do you have some code style standard? Where can I find it. Sorry for offtopic. |
Sorry, no. You'll have to look at existing files and try to follow the same style. |
After establishing a connection to |
@mathewng can you post more details of your workaround. When I try that x11vnc listens on 5901 and I don't get any clipboard transfer in tigervncviewer. I'm thinking that maybe I need to run a second viewer to get the clipboard transfer? @ivorob how are you doing with your code? You may be able to find something in the x11vnc source code that you can modify to add to x0vncserver. I would be willing to add to the bountysource if you could get this done soon. |
Yes, you are right. My script to launch vnc server goes roughly like this
I connect to |
Putting my money where my mouth is. Added $20 to this bounty. Bounty now $50 |
|
I also threw $25 into the bounty pot. This would be a useful feature for many. |
BTW, my workaround for now is using this program on the client and server: https://github.com/megahertz/clipboard-share |
I second this. I can't believe it's been 7 years since this post and x0vncserver still can't support copy and paste from connecting unit. Come on. |
How can we even use a vnc program if clipboard is not supported? What is the purpose of the program then? To watch the Terminal from a distance without being able to interact with it normally? |
I also thought I had found the final solution for all the enormous vnc hassle. And then this. |
Note that to my knowledge this only applies for the x0vncserver not the x11 plugin (libvnc.so) see "3 Expose the local display directly" or the standalone Xvnc server. I am currently using the libvnc.so with working copy-paste at work. |
Remmina has 'Send clipboard content as keystrokes' which I use as a workaround. For larger pastes I've used cryptpad or a text file on dropbox between systems. With the whole Linux world moving to wayland I wouldn't hold my breath on seeing this addressed. |
This has now been implemented via #1831. Many thanks to @gujjwal00! |
Currently, x0vncserver has no support for sending clipboard changes to the client, or accept clipboard updates from the client.
The text was updated successfully, but these errors were encountered: