The virtual machine console viewer application code
Go to file
2011-11-09 15:13:11 +00:00
build-aux Automatically generate changelog from GIT history during make dist 2011-11-07 12:42:15 +00:00
man Add support for --fullscreen option 2011-07-11 15:50:13 +01:00
plugin Introduce standard naming convention to files & methods 2011-07-01 16:12:20 +01:00
po Update POTFILES.in, fix make distcheck 2011-11-07 12:24:03 +00:00
src build: make gtk-vnc optional 2011-11-07 12:22:15 +00:00
.gitignore Ignore some more generated files 2011-11-07 12:23:39 +00:00
acinclude.m4 Kill automake portability warnings. Use a config.h Cleanup misc build issues. Build with fatal compile warnings 2008-03-05 18:24:16 -05:00
AUTHORS viewer: Add support for Spice 2010-11-30 13:59:01 +01:00
autobuild.sh Update automated build to test both GTK2 and GTK3 builds 2011-11-04 11:44:43 +00:00
autogen.sh Add support for i18n of the UI 2010-01-11 16:01:20 +00:00
ChangeLog Automatically generate changelog from GIT history during make dist 2011-11-07 12:42:15 +00:00
configure.ac Prep for 0.4.2 release 2011-11-09 15:13:11 +00:00
COPYING Added COPYING/INSTALL files 2007-08-15 20:22:40 -04:00
intltool-extract.in Add support for i18n of the UI 2010-01-11 16:01:20 +00:00
intltool-merge.in Add support for i18n of the UI 2010-01-11 16:01:20 +00:00
intltool-update.in Add support for i18n of the UI 2010-01-11 16:01:20 +00:00
Makefile.am Automatically generate changelog from GIT history during make dist 2011-11-07 12:42:15 +00:00
mingw32-virt-viewer.spec.in Require GTK-VNC 0.4.3 and remove redundant realize() call 2011-11-07 12:14:22 +00:00
NEWS Prep for 0.4.2 release 2011-11-09 15:13:11 +00:00
README build: make gtk-vnc optional 2011-11-07 12:22:15 +00:00
virt-viewer.spec.in Require GTK-VNC 0.4.3 and remove redundant realize() call 2011-11-07 12:14:22 +00:00

  Virt Viewer
  ===========

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 dicatates. The viewer can connect
directly to both local and remotely hosted guest OS, optionally
using SSL/TLS encryption.

Virt Viewer can be built with either GTK2 or GTK3, with the
default option currently being GTK2. The choice can be made
with:

   ./configure --with-gtk=3.0  (or =2.0)

Virt Viewer uses the GTK-VNC (>= 0.4.3) widget to provide a
display of the VNC protocol, which is available from

  http://gtk-vnc.sourceforge.net/

Virt Viewer uses the SPICE-GTK (>= 0.6) widget to provide a
display of the SPICE protocol, which is available from:

  http://spice-space.org/page/Spice-Gtk

Use of either SPICE-GTK or GTK-VNC can be disabled at time
of configure, with --without-gtk-vnc or --without-spice-gtk
respectively.

Virt Viewer uses libvirt to lookup information about the
guest OS display. This is available from

  http://libvirt.org/

Further information about the Virt Viewer application can be
found on the Virt Manager website:

  http://virt-manager.org/

Feedback should be directed to the mailing list at

  http://virt-manager.org/mailinglist.html

-- End