Go to file
2011-02-11 15:56:06 +00:00
man viewer: Add support for Spice 2010-11-30 13:59:01 +01:00
plugin Disable compile errors in plugin till we figure out what's up with the header files 2009-07-29 13:20:26 +01:00
po l10n: Updates to Dutch (Flemish) (nl) translation 2011-02-04 18:14:02 +00:00
src Fix waiting for VM based on UUID 2011-02-03 17:00:36 +00:00
.hgignore Add 'pl' to LINGUAS. Remove accidentally committed .pot file and 2010-01-11 17:00:37 +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 Disable mozilla plugin since it doesn't build currently 2011-02-11 15:56:06 +00:00
autogen.sh Add support for i18n of the UI 2010-01-11 16:01:20 +00:00
ChangeLog Updates for 0.2.1 release 2010-01-15 12:45:35 +00:00
configure.ac Update pkg-config check for spice-gtk library 2011-02-07 11:55:22 +00:00
COPYING Added COPYING/INSTALL files 2007-08-15 20:22:40 -04:00
INSTALL 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 Add support for i18n of the UI 2010-01-11 16:01:20 +00:00
mingw32-virt-viewer.spec.in Add 'pl' to LINGUAS. Remove accidentally committed .pot file and 2010-01-11 17:00:37 +00:00
NEWS Updates for 0.2.1 release 2010-01-15 12:45:35 +00:00
README Updates for 0.2.1 release 2010-01-15 12:45:35 +00:00
virt-viewer.spec.in Enable SPICE in Fedora 15 or later 2011-02-11 15:55:49 +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
protocol. 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 uses the GTK-VNC widget to provide a display
of the VNC protocol. This is available from

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

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