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?
			
									
									
						copy/paste trough vnc
Moderator: mike
- 
				Uldis (UD)
 - Posts: 5190
 - Joined: Wed Mar 15, 2017 4:44 pm
 - Location: London
 - Contact:
 
Re: copy/paste trough vnc
UltraVNC does not support such copy/paste
RealVNC maybe
			
									
									
						RealVNC maybe
- 
				mkorn
 - Posts: 11
 - Joined: Tue Nov 21, 2017 11:20 am
 
Re: copy/paste trough vnc
Just tried, got en error: "RFB protocol error: invalid message type 251"
- 
				mkorn
 - Posts: 11
 - Joined: Tue Nov 21, 2017 11:20 am
 
Re: copy/paste trough vnc
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?
			
									
									
						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?
- 
				Uldis (UD)
 - Posts: 5190
 - Joined: Wed Mar 15, 2017 4:44 pm
 - Location: London
 - Contact:
 
Re: copy/paste trough vnc
no in GUI this will not be added
			
									
									
						- 
				byronLew
 - Posts: 8
 - Joined: Tue Apr 30, 2019 3:21 am
 - Location: Norway
 - Contact:
 
copy/paste trough vnc
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?