VBoxGtk

If there's software you need and you can't find, make a request for it.
Post Reply
User avatar
damNageHack
Posts: 663
Joined: 24. Sep 2009, 17:07

VBoxGtk

Post by damNageHack »

http://vboxgtk.sourceforge.net/
A simple GTK frontend for VirtualBox.

Most of VirtualBox features are not supported, and those that are will probably fail.
:D

Both OSE and PUEL are supported.

Image

Latest
https://sourceforge.net/project/downloa ... 5.2.tar.gz

A build script is available
http://www.slackware.org.uk/slackbuilds ... m/vboxgtk/
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

Re: VBoxGtk

Post by zAchAry »

Don't you need to install Qt, anyway, if you're downloading VBox from Sun/Oracle?
Image
Help to make Slackware easier Donate to Salix
User avatar
damNageHack
Posts: 663
Joined: 24. Sep 2009, 17:07

Re: VBoxGtk

Post by damNageHack »

zAchAry wrote:Don't you need to install Qt, anyway, if you're downloading VBox from Sun/Oracle?
Why considering about Qt?

To be honest, the above was a joke. Probably you did not get it.
Okay, I found a better description in the downlaod tar.gz
README wrote:Information
===========

VBoxGtk is a simple GTK frontend for VirtualBox. Its objective is to
support only the basic features of VirtualBox and keep the interface
simple and clean.

VBoxGtk is released under the GNU General Public License. See the file
"COPYING" for details.


Dependencies
============

VBoxGtk requires python, pygtk and VirtualBox (with SDK). It has been
tested with python-2.6, pygtk-2.14, gtk-2.16 and VirtualBox-3.1.6;
other versions may not work.


Running
=======

To run VBoxGtk just execute the vboxgtk script in bin/. For installation
instructions, see INSTALL.
So it is python based and makes usage of the SDK.

EDIT
Please be kindly referred to the documentation.
http://www.virtualbox.org/manual/ch01.html#frontends
User avatar
pwatk
Posts: 474
Joined: 14. Mar 2010, 23:56
Location: United Kingdom

Re: VBoxGtk

Post by pwatk »

I've been waiting for this project to mature for a while. I'll have to take a look at it when I've got time.
Image
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: VBoxGtk

Post by gapan »

I think there is no sense in providing a frontend for virtualbox unless we provide a package for virtualbox too. In any case, the Qt frontend is already included with virtualbox and it's already installed, so I don't see much sense in providing a separate frontend anyway.
Image
Image
User avatar
damNageHack
Posts: 663
Joined: 24. Sep 2009, 17:07

Re: VBoxGtk

Post by damNageHack »

I can understand that it makes not much sense to have a frontend for VirtualBox packaged though there is no package for the backend.

Let me kindly ask if you have read the documentation?
http://www.virtualbox.org/manual/ch01.html#frontends
it is relatively painless to create yet another front-end to the complex virtualization engine that is the core of VirtualBox, as the VirtualBox core neatly exposes all of its features in a clean API; please refer to Chapter 11, VirtualBox programming interfaces.it is relatively painless to create yet another front-end to the complex virtualization engine that is the core of VirtualBox, as the VirtualBox core neatly exposes all of its features in a clean API; please refer to Chapter 11, VirtualBox programming interfaces.
:arrow:
The Main API is made available to C++ clients through COM (on Windows hosts) or XPCOM (on other hosts). Bridges also exist for SOAP, Java and Python.

All programming information (documentation, reference information, header and other interface files as well as samples) have been split out to a separate Software Development Kit (SDK), which is available for download from http://www.virtualbox.org. In particular, the SDK comes with a "Programming Guide and Reference" in PDF format, which contains, among other things, the information that was previously in this chapter of the User Manual.
User avatar
JRD
Salix Warrior
Posts: 950
Joined: 7. Jun 2009, 22:52
Location: Lyon, France

Re: VBoxGtk

Post by JRD »

gapan wrote:I think there is no sense in providing a frontend for virtualbox unless we provide a package for virtualbox too.
I'm planning to provide one (OSE version). I just still need to correct some things on 64 bits.
Image
Post Reply