
A GUI application for managing virtual machines.
Known issues:
1. If failures occur in connections that are using ssh, you must ensure that in the system installed ssh and an application like ssh-askpass for your DE, also the environment variable SSH_ASKPASS was set. For example: SSH_ASKPASS=/usr/bin/ksshaskpass You can do it in $HOME/.bash_profile file at least.2. Adding devices implemented partially.3. In Spice client viewer: * the Smartcard manager is not implemented yet.
Building parameters:
BUILD_QT_VERSION if not defined or equal 5, then will build with Qt5, if equal 4, then with Qt4 (last supported version 0.42.67)WITH_LIBCACARD if defined and above zero, then libcacard.h required and will used SpiceSmartcard Channel for smartcardsUSE_SPICE_AUDIO if not defined or above zero, then will used Spice[Playback/Record] Channels for audioWITH_SPICE_SUPPORT if not defined or above zero, then will build with SPICEWITH_VNC_SUPPORT if not defined or above zero, then will build with VNCWITH_LXC_SUPPORT if not defined or above zero, then will build with LXC
Build requires:
* with Qt4 (optional, BUILD_QT_VERSION=4)libQtCore.solibQtGui.solibQtMultimedia.solibQtSvg.solibQtXml.solibQtNetwork.solibqtermwidget4.so* with Qt5 (default, BUILD_QT_VERSION=5)libQt5Core.solibQt5Gui.solibQt5Multimedia.solibQt5Svg.solibQt5Widgets.solibQt5Xml.solibQt5Network.solibqtermwidget5.solibcacard.so (optional, WITH_LIBCACARD)libgio-2.0.solibglib-2.0.solibgmodule-2.0.solibgobject-2.0.solibgthread-2.0.solibspice-client-glib-2.0.solibvncclient.solibvirt.solibkrdccore.so (optional, if building occures on Linux)
ExperimentalHomeBrew for OS X