I have Windows 7 as host running VirtualBox 4.2.14 with Ubuntu 13.04 as guest OS. All works fine in window or full screen. But if I try seamless mode, I lose the launcher on the left hand side. In fact, I can't see anything apart from any apps that had already been open.
I have installed guest additions.
Is this is a problem with VirtualBox or Windows or Ubuntu?
That is exactly the expected behaviour of "seamless" mode where we only want to display the application windows of a guest OS on the host desktop:
We should not run seamless mode for a Ubuntu/Unity guest where the application menu was integrated in the top bar (Unity default) and will not be accessible in seamless mode.
To have access to the application's menu from seamless mode with Unity in the guest we may want to remove the packages responsible for the globalmenu:
DO NOT run this while a VM is running. If you just want to just hide the status and menu bar for a better resolution, follow the instructions here:
http://www.maketecheasier.com/hide-menu-bar-status-bar-in-virtualbox/
To summarise, this command will probably work in your Windows host:
If you need the status and menu bar back, run:
You might not see the bars disappear until you log in. I hope that helps!