My host system is 64-bit Kubuntu 12.10 with all the latest updates installed. I'm running VirtualBox 4.12 with a 32-bit Windows 7 Ultimate guest. I've installed FreeRDP 1.01 (the latest in the repositories). I'm using Kim Knight's RemoteApp tool to configure remote apps in the W7 VM.
I've spent most of the weekend trying to get RemoteApp functioning, first with an XP guest, and now with W7. I feel like I'm close. I've enabled remote apps in the Win7 guest. I start the Win7 VM headless, and can open a FreeRDP connection to it. Using the RemoteApp tool I've configured Notepad as a remote app in Win7.
But when I try the following:
rather than getting Notepad on my desktop, I just get an RDP window with the W7 desktop.
What am I doing wrong?
--Nathanael
I've spent most of the weekend trying to get RemoteApp functioning, first with an XP guest, and now with W7. I feel like I'm close. I've enabled remote apps in the Win7 guest. I start the Win7 VM headless, and can open a FreeRDP connection to it. Using the RemoteApp tool I've configured Notepad as a remote app in Win7.
But when I try the following:
Code:
xfreerdp -u myID -p myPWD --app --plugin /usr/lib/freerdp/rail.so --data "||Notepad" -- localhost
What am I doing wrong?
--Nathanael