Giter Site home page Giter Site logo

yueyaquanboy / qt-virt-manager Goto Github PK

View Code? Open in Web Editor NEW

This project forked from f1ash/qt-virt-manager

0.0 2.0 0.0 10.73 MB

Qt Virt-manager

Home Page: http://f1ash.github.io/qt-virt-manager

License: GNU General Public License v2.0

CMake 3.41% C++ 96.34% C 0.25%

qt-virt-manager's Introduction

qt-virt-manager

Main widget Join the chat at https://gitter.im/F1ash/qt-virt-manager

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 paste from client system clipboard

      to guests clipboard is not work;

    * the Smartcard manager is not implemented yet.

Building parameters:

BUILD_QT_VERSION
    if not defined or equal 4, then will build with Qt4,
    if equal 5, then with Qt5

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

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              (required, 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

qt-virt-manager's People

Contributors

f1ash avatar gitter-badger avatar ignatenkobrain avatar lemenkov avatar mcirsta avatar

Watchers

 avatar  avatar

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.