Giter VIP home page Giter VIP logo

qt-virt-manager's Introduction

qt-virt-manager

Main widget

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 smartcards

USE_SPICE_AUDIO
    if not defined or above zero, then will used
    Spice[Playback/Record] Channels for audio

WITH_SPICE_SUPPORT
    if not defined or above zero, then will build with SPICE

WITH_VNC_SUPPORT
    if not defined or above zero, then will build with VNC

WITH_LXC_SUPPORT
    if not defined or above zero, then will build with LXC

Build requires:

* with Qt4              (optional, BUILD_QT_VERSION=4)
libQtCore.so
libQtGui.so
libQtMultimedia.so
libQtSvg.so
libQtXml.so
libQtNetwork.so
libqtermwidget4.so

* with Qt5              (default, BUILD_QT_VERSION=5)
libQt5Core.so
libQt5Gui.so
libQt5Multimedia.so
libQt5Svg.so
libQt5Widgets.so
libQt5Xml.so
libQt5Network.so
libqtermwidget5.so

libcacard.so            (optional, WITH_LIBCACARD)

libgio-2.0.so
libglib-2.0.so
libgmodule-2.0.so
libgobject-2.0.so
libgthread-2.0.so
libspice-client-glib-2.0.so
libvncclient.so
libvirt.so

libkrdccore.so          (optional, if building occures on Linux)

Experimental HomeBrew for OS X

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.