Remmina remoteapp over RDP

I was wondering how to use remmina to open applications on a Windows machine over rdp using remoteapp (or seamless or whatever it's actually called).

I've already used Kim Knight's RemoteApp Tool to set up remoteapp on a Windows 7 machine and I can connect and run remote apps fine from another windows box.

Allegedly FreeRDP (which Remmina uses for its RDP Plugin) has support for remoteapp. I'm not sure how to make use of it though. I can't find any examples of people actually doing this online but there is a launchpad bug about the clipboard not working in remote apps, from which I can infer that there is some way to run remote apps.

I've tried many combinations of settings for Client, Startup Program and Startup Path in the Advanced tab when configuring an RDP connection in Remmina, but I can't make it work. I can connect to Windows boxes with RDP just fine, just not running a remoteapp.


Solution 1:

As far as I know, Remmina doesn't allow for RemoteApp client access. You can however do it with xfreerdp. Just use something like this on the command line:

xfreerdp -u   --app --plugin ./usr/local/lib/freerdp/rail.so --data "%windir%\system32\cmd.exe" -- <ip of your windows machine>

or

/usr/bin/xfreerdp -u  --app --plugin rail.so --data "||" --plugin rdpdr --data printer -- <ip of your windows machine>

Unfortunately, sharing data between local and remote systems through clipboard is not working so it's no use to include the --plugin cliprdr option. I'm waiting for this issued to be addressed so that I can replace Windows for Ubuntu on 5 more users/machines!

Solution 2:

We use Thinomenon Linux client. It has much better RemoteApp support than freerdp. At the same time, freerdp renders windows being dragged slightly faster.

@bmullan - visit thinomenon website and learn what is their product. ThinRDP [thinomenon RDC application] is free. It supports full RDP7 specification. It should be clear to anyone who understands English.

Go to www.thinomenon.com and look for RDP client.

Solution 3:

You can try my packaged WinConn application.

From my website:

WinConn simplifies creation, management and desktop integration of remote windows applications in Ubuntu Linux. It uses RemoteApp technology, implemented by FreeRDP project to provide seamless user experience. The applications run in their own window and can be used like any other locally installed Ubuntu application, without bringing the full windows desktop to the user.

installation

sudo add-apt-repository ppa:realender/winconn
sudo apt-get update
sudo apt-get install winconn