[doc] faq/install: Move Clipboard Synch instructions to Installation

This commit is contained in:
Jonathan Rubenstein
2021-07-05 13:45:07 -04:00
committed by Geoffrey McRae
parent 8c43972786
commit dacd0ab844
3 changed files with 33 additions and 34 deletions

View File

@@ -67,7 +67,7 @@ along with clipboard sync support, make sure you have a
to be installed in the guest
If you want clipboard synchronization please see
:ref:`how_to_enable_clipboard_synchronization_via_spice`
:ref:`client_clipboard_synchronization`
.. _client_apparmor:
@@ -149,6 +149,37 @@ with the following::
Change ``UID`` to the user name you will run Looking Glass with, usually your
own.
.. _client_clipboard_synchronization:
Clipboard Synchronization
~~~~~~~~~~~~~~~~~~~~~~~~~
Looking Glass can synchronize the clipboard between the host and guest using
the SPICE guest agent.
1. Install the SPICE guest tools from
https://www.spice-space.org/download.html#windows-binaries.
2. Configure your VM to enable the SPICE guest agent:
- QEMU
.. code:: bash
-device virtio-serial-pci \
-chardev spicevmc,id=vdagent,name=vdagent \
-device virtserialport,chardev=vdagent,name=com.redhat.spice.0
- libvirt
.. code:: xml
<channel type="spicevmc">
<target type="virtio" name="com.redhat.spice.0"/>
<address type="virtio-serial" controller="0" bus="0" port="1"/>
</channel>
<!-- No need to add a VirtIO Serial device, it will be added automatically -->
.. _client_usage:
Usage