Hello,

On Tue, Oct 09, 2018 at 02:13:59PM +0000, MK wrote:
> Hi devels!
> 
> I'd like to disable drag and drop of files from Windows to a Linux guest. But 
> I like to keep the clipboard sharing functionality.
> 
>  Is there any option to set this - as I have not found one.

You can disable it from qemu commandline/libvirt xml:
- libvirt xml:
<graphics type='spice' port='-1' tlsPort='-1' autoport='yes'>
  <filetransfer enable='no'/>
</graphics>

- qemu commandline option:
-spice disable-agent-file-xfer


Christophe

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to