ageis / indicator-vbox

Tray icon to manage virtual machines by virtualbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VirtualBox Indicator Applet

Rewrite with PyQt5 and Python3

Launch/suspend your virtual machine created by virtualbox through tray icon.

gtk version: click here

python module needed:

  • pyqt5
  • typing

install & run

git clone https://github.com/SeptemberHX/indicator-vbox.git
cd indicator-vbox
sudo make install
/opt/indicator-vbox/indicator-vbox

uninstall

cd indicator-vbox
sudo make uninstall

usage

left/middle click to refresh the machine list in the menu

Launch/suspend machine by clicking target machine's name

screenshot

screenshot


VirtualBox Indicator Applet

INSTALL

To install simply run this command

sudo make install

This will install the executable indicator-vbox into /usr/local/bin by default. Edit the install.sh file if you want a different location.

UNINSTALL

To uninstall simply type:

sudo make uninstall

CONTACT

Yuri Gorokhov yurigorokhov@gmail.com

About

Tray icon to manage virtual machines by virtualbox


Languages

Language:Python 95.2%Language:Makefile 4.8%