Projects : Deskutils/vboxgtk

vboxgtk

vboxgtk A GTK+ client for VirtualBox.

About

VBoxGtk is a simple GTK+ client for Virtualbox written in python. In order to keep things simple, only the most commonly used features of Virtualbox are implemented. For more advanced features use VBoxManage, or the official QT interface.

The features currently implemented are:
  • Create, remove, launch, stop and suspend virtual machines
  • Configure the number of CPUs, chipset, RAM and VRAM, graphics acceleration, network device and sound card of VMs
  • Manage shared folders
  • Take and restore snapshots
Features not implemented include:
  • Managing hard disks (only one per VM is supported)
  • Managing USB devices
  • Multiple network interfaces

Installation

Using the FreeBSD ports system:
cd /usr/ports/deskutils/vboxgtk make install clean
Using the FreeBSD pkg system:
pkg install deskutils/vboxgtk