mark.bockenstedt.net header image
Twitter
Gaming Linux Mac Software Tech
mu Updates
Web
Musings Rants & Raves Rumor Sports Weather
Video Reviews

VirtualBox Icons for Ubuntu, Windows

October 17th, 2008 · Comments Off

After creating my VirtualBox applications and slapping them on the Dock, I decided that I didn’t like the default VirtualBox icon for those apps. The problem was exacerbated when I put them next to each other, making them indistinguishable at a quick glance. I figured out how to change the icons for those virtual machines, [...]

Continue reading...

Tags: How-To · Mac

Create VirtualBox VMs as Apps

October 13th, 2008 · Comments Off

Mac OS X: If you want to launch a VirtualBox machine directly as an application, you’ll need to know some basic AppleScript. Open Script Editor and enter the following: do shell script “vboxmanage startvm Ubuntu” Substitute Ubuntu for the name of your virtual machine. If you’ve got a machine with a space in the name, [...]

Continue reading...

Tags: Mac