Posts tagged taskbar
VirtualBox – Seamless Mode With Windows and Linux Sharing Same Desktop
Dec 25th
VirtualBox seamless mode places the Windows taskbar above your Gnome or KDE taskbar. The Windows desktop is not displayed. When you open a Firefox or Internet Explorer web browser, from the Windows taskbar and save a file from a website, it will save to the Windows desktop. To compensate you can allow Windows to share the exact same desktop as your host Linux OS. You can save files from Windows web browsers directly to the shared Linux desktop. Essential this is taking seamless a step further!! First enable VirtualBox shared folder support for your desired guest OS. Make the shared folder either your Linux desktop directly, or simply your home directory. Then mount the shared folder in the guest OS:
net use x: vboxsvrDesktop
Then open regedit. Locate the key:
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerUser Shell Folders]
Change the desktop key to:
1) x: ; if you set the shared folder to be your Linux desktop folder
2) x:Desktop ; if you set the shared folder to be your Linux home folder
Now just reboot your Windows guest OS and observe the seamless consolidation of your Windows and Linux desktops!! This is one of my favorite Linux tweaks
I now run the virtual server in headless mode. If your interested in my new desktop configuration you can see it in this post!! Its frikkin cool. On my system notice that a virtual server environment is running in the top right window. That is the actual server environment that is hosting this website.
VirtualBox Seamless Mode – Windows Programs on a Linux Desktop
Dec 23rd
VirtualBox comes with the seamless mode option that can be enabled from the machine menu in a guest OS. If Microsoft Windows is the guest OS, and seamless mode is enabled, you will see the Windows taskbar above your Gnome or KDE task bar. You will not see the Windows desktop. Anything you run from the Windows taskbar will be in a window directly on your Linux desktop. Seamless mode is for all practical purposes seamless. All your guest OS applications are not run on a separate window, they are run in their own independent windows on the host OS desktop. It is truly a seamless blending of two operating system. To enbale seamless mode with a hotkey, press your globally defined hotkey and “L”. Take seamless mode to the next level (screenshot available)