virt-viewer/README.md

39 lines
1.2 KiB
Markdown
Raw Normal View History

# Virt Viewer
2007-08-16 04:14:44 +04:00
Virt Viewer provides a graphical viewer for the guest OS
display. At this time is supports guest OS using the VNC
or SPICE protocols. Further protocols may be supported in
the future as user demand dictates. The viewer can connect
directly to both local and remotely hosted guest OS, optionally
2007-08-16 04:14:44 +04:00
using SSL/TLS encryption.
Virt Viewer is the GTK3 application. Virt Viewer 3.0 was
the last release that supported GTK2.
2011-07-01 18:26:33 +04:00
Virt Viewer uses the GTK-VNC (>= 0.4.0) widget to provide a
2011-07-16 18:04:46 +04:00
display of the VNC protocol, which is available from
2007-08-16 04:14:44 +04:00
https://wiki.gnome.org/Projects/gtk-vnc
2007-08-16 04:14:44 +04:00
Virt Viewer uses the SPICE-GTK (>= 0.35) widget to provide a
2011-07-16 18:04:46 +04:00
display of the SPICE protocol, which is available from:
2011-02-21 15:40:10 +03:00
https://www.spice-space.org/download.html
2011-02-21 15:40:10 +03:00
2011-07-16 18:04:46 +04:00
Use of either SPICE-GTK or GTK-VNC can be disabled at time
of configure, with `--without-gtk-vnc` or `--without-spice-gtk`
2011-07-16 18:04:46 +04:00
respectively.
2008-01-11 04:15:54 +03:00
Virt Viewer uses libvirt to lookup information about the
2007-08-16 04:14:44 +04:00
guest OS display. This is available from
http://libvirt.org/
Bug reports / support questions should be submitted to
2007-08-16 04:14:44 +04:00
http://gitlab.com/virt-viewer/virt-viewer/-/issues
2007-08-16 04:14:44 +04:00
Code contributions should be submitted as merge requests to
2007-08-16 04:14:44 +04:00
http://gitlab.com/virt-viewer/virt-viewer/-/merge_requests