Page 1 of 1

copy/paste trough vnc

Posted: Tue Oct 16, 2018 1:27 pm
by mkorn
It would be helpful to have possibility to copy/paste text from/to linux guest machines (using vnc?)
After 2 min of googling I found thet it is possible to do using SPICE
Any ideas how to get it working?

Re: copy/paste trough vnc

Posted: Tue Oct 16, 2018 1:52 pm
by Uldis (UD)
UltraVNC does not support such copy/paste

RealVNC maybe

Re: copy/paste trough vnc

Posted: Tue Oct 16, 2018 2:11 pm
by mkorn
Uldis (UD) wrote:
Tue Oct 16, 2018 1:52 pm
UltraVNC does not support such copy/paste

RealVNC maybe
Just tried, got en error: "RFB protocol error: invalid message type 251"

Re: copy/paste trough vnc

Posted: Tue Oct 16, 2018 3:08 pm
by mkorn
SPICE solution works just fine
Change QEMU options:

-machine type=pc-1.0,accel=kvm -vga qxl -spice port=5930,password=password -usbdevice tablet -boot order=dc -device virtio-serial -chardev spicevmc,id=vdagent,debug=0,name=vdagent -device virtserialport,chardev=vdagent,name=com.redhat.spice.0

Run client:

C:\Program Files\VirtViewer v7.0-256\bin>remote-viewer.exe spice://192.168.100.100:5930

Could you add it to the GUI?

Re: copy/paste trough vnc

Posted: Wed Oct 17, 2018 12:14 am
by Uldis (UD)
no in GUI this will not be added

copy/paste trough vnc

Posted: Sat May 11, 2019 10:11 pm
by byronLew
I can select text in the Debug window of the IDE, but cant get it into the clipboard. Any chance of making this possible please?