I’ve been working on an application recently which lets you create, configure, and run VMware virtual machines (it just forks out to VMware Player for the running part). It’s nearing usefulness now, so I thought I’d post some screenshots and stuff.

The main window

The configuration window
You need either qemu or vmware-vdiskmanager installed in order to create new hard disks, and it probably fails pretty badly currently if you don’t. If I get a chance, I may write my own stuff to create the hard disks (the format is a public spec, woo!). Anyway, you can get it from the vmx-manager module in gnome CVS.
7 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
Would be nice if you also export to Parallels and QUEMU too, next to VMWare player. Personally, I prefer VMWare Player on Windows, but on my non-standard Linux distro VMWare Player is a major pain to setup, so QEMU is preferred, while Parallels is starting to become important too.
> Parallels is starting to become important too.
Parallels is becoming important? They are only “important” on the Mac, as in “there is nothing else there yet”. VMware will deliver its public beta for the Mac before then end of 2006. At which point Parallels is going to become pretty much irrelevant, like they are on Linux and Windows.
Personally, instead of wasting his time with Parallels, I hope James is going to spend his time in a much more productive way, for example by:
o supporting a wider range of VMware virtual devices,
o extending his application to not only handle VMware files, but also manipulate VMs while they run using the VMware APIs.
Hey snorp, I was just trying to compile your vmx-manager that I checked out from gnome… I get an error when I run make. Not sure what to do with it, any help?
/bin/bash: debug: command not found
make[1]: [Hal.dll] Error 127 (ignored)
make[1]: *** No rule to make target `Hal.dll.mdb’, needed by `all-am’. Stop.
make[1]: Leaving directory `/home/bmartens/applications/vmx-manager/hal-sharp’
make: *** [all-recursive] Error 1
Hey snorp, I was just trying to compile your vmx-manager that I checked out from gnome… I get an error when I run make. Not sure what to do with it, any help?
/bin/bash: debug: command not found
make[1]: [Hal.dll] Error 127 (ignored)
make[1]: *** No rule to make target `Hal.dll.mdb’, needed by `all-am’. Stop.
make[1]: Leaving directory `/home/bmartens/applications/vmx-manager/hal-sharp’
make: *** [all-recursive] Error 1
Sorry about the dual posts… I was just trying to get it to display the code properly. : ( ah well. If anyone has any ideas, I’d appreciate them.
brendan: do you have gmcs installed?
Continuing the Discussion