I was wondering if there is an implementation of Seamless RDP for Linux servers, preferably Debian or similar, giving the result and experience of Microsoft's RemoteApp. Of course with Linux apps, I mention RemoteApp just for comparing.
I don't want to just forward X with SSH. For what I know, X forwarding over SSH is not the best thing. Also I wish to avoid VNC as is pretty inefficient and I don't want the entire desktop. I'm searching for the same integration that offers Microsoft's RDP / RemoteApp.
The scenario is a powerful Linux server with much RAM, and a quite limited both in RAM and CPU Windows client. So what I want is to take advantage of server resources by doing the hard work on it and only display the GUI, as if it were locally installed, in the client.
I've researched a bit and the closest thing I found was a RDP client for Linux, allowing to use RemoteApp from a Windows server. But as I said, I want to serve Linux apps to a Windows client.
Last but not least, there is a solution that allows GPU processing in server side? Using RDP on Windows servers always shuts down the real driver and works with a virtual one, with exeption of RemoteFX.
It's OK if this is possible with other thing, not RDP.
Thank you!