2

Terminal Services on Windows 2008 has an option called RemoteApp which basically runs a full TS session but only brings the application window back (without the standard TS borders). To a user it looks like the app is local, but it isn't.

I believe Citrix supports this as well, in a technology called Seemless Window.

Are there any other remote desktop software that does this too? Something like VNC + Addon is also fine.

Evan Anderson
  • 141,071
  • 19
  • 191
  • 328
Robert MacLean
  • 2,186
  • 5
  • 28
  • 44

5 Answers5

4

accordingly, UltraVNC supports seamless windows. XPRA also offers this functionality, but it's only for X sessions.

Andrew Williams
  • 667
  • 8
  • 20
  • For Xpra, try [this more up-to-date fork](http://xpra.org/) (also has installers for MS Windows, packages, etc..) – totaam Jan 02 '12 at 08:45
2

using the forwardX11 option (-X)with ssh on Linux does this by default.

Simply ssh to the box with the -X switch, and run the program from the commandline. The application will integrate with your local desktop as if you were sitting at the remote computer.

Brent
  • 22,219
  • 19
  • 68
  • 102
2

The question is worded very generally, so I will include VirtualBox here.

VirtualBox is not remote desktop software per-se, but virtualization software, which allows remote console access to your virtual machines.

I was surprised when I first tried VirtualBox to discover a seamless mode in the menu which allows you to view windows from your virtual machine, without seeing the entire desktop. They give you a special key to access the menu to start new applications, otherwise all you see are the apps themselves.

Brent
  • 22,219
  • 19
  • 68
  • 102
  • It is worded generally because VirtualBox is a potential for me too ;) I must admit that I do not see VB (how bad is that acronym) as true seamless windows - it appears to just make the background transparent. I would not want to show the start bar for instance, which VB doesn't seem to allow. – Robert MacLean May 27 '09 at 06:45
0

On MS Windows, RDP v5 and later support seamless applications.

On most Unix systems seamless apps are used with either NX or Xpra (newcomer). NX supports full desktop mode and seamless, Xpra only supports seamless. More detailed comparison here.

Apparently UltraVNC does this too now - but I have never seen it in action. SSH's X11 forwarding also does a seamless mode of sorts by default, but you won't be able to suspend and resume your sessions, which I assume is important to you.

totaam
  • 191
  • 4
  • 15
0

Sun Secure Global Desktop supports that type of window. In order to use with Windows, you'd need an intermediate server/VM to handle it.

Brian Knoblauch
  • 2,188
  • 2
  • 32
  • 45