diff options
author | Zak B. Elep <zakame@zakame.net> | 2012-05-21 14:18:37 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-05-21 17:58:16 -0500 |
commit | 57fa3ac22863584aa31519480c2b9a36b52a7e95 (patch) | |
tree | 3b096f1d3623a8d15cdc03b1aff954b30d505669 /system/virt-viewer/README | |
parent | c43767b9f187d3b9668f2b85279d2f602618bc2c (diff) | |
download | slackbuilds-57fa3ac22863584aa31519480c2b9a36b52a7e95.tar.gz |
system/virt-viewer: Added (graphical display for libvirt VMs)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/virt-viewer/README')
-rw-r--r-- | system/virt-viewer/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/virt-viewer/README b/system/virt-viewer/README new file mode 100644 index 0000000000..c4e3eee334 --- /dev/null +++ b/system/virt-viewer/README @@ -0,0 +1,11 @@ +virt-viewer (lightweight graphical display for libvirt VMs) + +The "Virtual Machine Viewer" application (virt-viewer for short) +is a lightweight interface for interacting with the graphical +display of a libvirt guest OS. It is intended as a replacement for +the traditional vncviewer client, since the latter does not support +SSL/TLS encryption of x509 certificate authentication. + +This software requires gtk-vnc, and optionally, spice. If built +without libvirt (>= 0.9.7), this package will only contain the +remote-viewer client, a simple VNC/SPICE viewer. |