Celeb Glow
general | March 01, 2026

How to do Seamless Virtualization with Ubuntu, KVM and Windows 7?

I run Ubuntu-10.04 (Lucid Lynx) as my primary operating system. I have a KVM Windows7 VM which I use to run a Internet Explorer and a couple of other Windows only applications that I need.

I would like to use RDP to integrate these applications seamlessly into my Ubuntu desktop rather than having to use them within the KVM Console. I've been running through the instructions on the Ubuntu site but have had no success:

Essentially, when I invoke rdesktop I still get the full Windows desktop rather than just the one application I'm trying to launch. I suspect this is related to the fact that it's a Windows7 VM rather than an XP VM as used in those instructions.

Does anyone know how to get seamless RDP working with Windows 7?

3 Answers

That capability is referred to as RemoteApp and is part of the Windows Server architecture. See: What is needed to set up a RemoteApp for Windows 7?

Also, SeamlessRDP might be an option. I've never used it, so I cannot speak from experience.

1

I am using VirtualBox on a Linux host with a bunch of various guests.

Once you install guest additions in a Windows guest, you will have seamless mouse, display integration and for me it works very good.

VirtualBox is completely free and you can find it here:

2

You can get IE running in Linux by making user of the instructions at or google for IEs4Linux

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy