diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-04-01 14:42:51 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-04-01 14:42:51 -0300 |
commit | dc49dff6088323b6b5133a7b7fd6299340823494 (patch) | |
tree | c6ee8056d5407a884edaa2251affcdf9430ce24e /kvmxfile | |
parent | 7a0d02fb152b2c9a57db8d3287752af3b2647c18 (diff) | |
download | kvmx-dc49dff6088323b6b5133a7b7fd6299340823494.tar.gz kvmx-dc49dff6088323b6b5133a7b7fd6299340823494.tar.bz2 |
VNC: support for virt-viewer
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -29,7 +29,8 @@ graphics="-vga qxl" # VNC Client #vnc_client="xtightvncviewer" #vnc_client="xvnc4viewer" -vnc_client="xvncviewer" +#vnc_client="xvncviewer" +vnc_client="virt-viewer" # Set this if you want to automatically attach an spice client when the machine # boots. |