Go to file
Yann E. MORIN" acf61455a3 viewer: fix build on 'old' GTK2
Debian lenny has gtk2 2.12.12, which is missing gtk_widget_get_window.
Provide our own function if GTK2 <= 2.12 .

Highly inspired from: http://osdir.com/ml/svn-commits-list/2009-08/msg00725.html
2009-08-15 11:19:24 +02:00
man Re-write completely to use Glade, libvirt events, and libvirt-glib integration 2008-11-26 13:03:50 -05: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
src viewer: fix build on 'old' GTK2 2009-08-15 11:19:24 +02:00
.hgignore Re-write completely to use Glade, libvirt events, and libvirt-glib integration 2008-11-26 13:03:50 -05: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 Avoid caching inactive domain to workaround issues with older XenD (Hiroyuki Kaguchi) 2008-04-23 22:54:29 -04:00
autobuild.sh Initial mingw32 build support 2008-11-28 07:24:56 -05:00
autogen.sh Re-write completely to use Glade, libvirt events, and libvirt-glib integration 2008-11-26 13:03:50 -05:00
ChangeLog * configure.ac, src/Makefile.am, src/main.c, src/usleep.c: Support 2008-10-10 12:37:23 +01:00
configure.ac Update for 0.2.0 release 2009-07-29 13:31:23 +01: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
Makefile.am Added browser plugin (Richard Jones) 2008-01-25 16:27:04 -05:00
mingw32-virt-viewer.spec.in Update deps in rpm 2009-07-29 13:20:08 +01:00
NEWS Update for 0.2.0 release 2009-07-29 13:31:23 +01:00
README Fix a few typos (Atsushi SAKAI) 2008-01-10 20:15:54 -05:00
virt-viewer.spec.in Update for 0.2.0 release 2009-07-29 13:31:23 +01: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