toralf Developer
Joined: 01 Feb 2004 Posts: 3943 Location: Hamburg
|
Posted: Sun Jul 28, 2013 6:37 pm Post subject: spicy versus vncviewer: how to copy+paste with a mouse |
|
|
Noob needs info :
With the following command Code: | $ qemu-kvm --name tails -m 2047 -cdrom ~/virtual/kvm/tails-i386.iso -boot d -smp 2 -net nic,vlan=0,model=virtio -net tap,vlan=0,ifname=tap2,script=no,downscript=no -vga std -spice port=5900,addr=127.0.0.1,disable-ticketing -device virtio-serial-pci -device virtserialport,chardev=spicechannel0,name=com.redhat.spice.0 -chardev spicevmc,id=spicechannel0,name=vdagent -vnc :1 | I'm able to copy text between host and spicy via Ctrl-C + Ctrl-V or via the middle mouse button.
I'm wondering how to convince the vncviewer, started with to do the same.
Furthermore I installed virt-viewer and wonders what I've to change to get something like this working Code: | virt-viewer --connect qemu:///system tails |
|
|