Hi I need some help with the freerdp seamless mode. I hope I'm in the ride place here. What I'm trying to do is to start an windows application seamless from an linux client with working clipboard. To start the application seamless is working fine for me: xfreerdp -u USER -p PASSWORD --app --plugin rail --data "cmd.exe" -- SERVERIP
Also the clipboard is working when I call xfreerdp like this: xfreerdp -u USER -p PASSWORD --plugin cliprdr SERVERIP but if I'm calling these two plugins together, it's just not working: xfreerdp -u USER -p PASSWORD --plugin cliprdr --app --plugin rail --data "cmd.exe" -- SERVERIP To be clear xfreerdp starts like a charm also tells me that it loads both plugins: (I put an strace to pastebin http://pastebin.com/0SA8HZ7h ) test@client:~$ xfreerdp -u USER -p PASSWORD --plugin cliprdr --app --plugin rail --data "cmd.exe" -- SERVERIP loading plugin cliprdr loading plugin rail connected to SERVERIP:3389 But the clipboard does not work, means that I cant copy text from the client to the windows machine (copy and paste on the windows server works) . I tried several combinations (i.E. put the --app in front of both --plugin paramter), but nothing worked. I'm still not relay sure if that is a bug, or if I just pass some parmeters wrong, because I don't get any error message and the clipboard is working without the rail plugin. Client: Ubuntu 12.04 test@client:~$ uname -a Linux client 3.2.0-38-generic #61-Ubuntu SMP Tue Feb 19 12:18:21 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux test@client:~$ xfreerdp --version This is FreeRDP version 1.0.1 Windows Server: Windows Server 2008 R2 on an virtual machine (if that is relevant) If somebody needs more information just ask. I hope somebody can help me because the seamless mode is a cool thing to have and in my case on of the major arguments for a migration to linux clients, because the still needed win applications can be integrated transparent for the User, but for that Copy/Paste needs to work. thanks Hannes P.S oh i just saw that i accidentally already send this mail out before I finished it. Sorry for that ------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1 _______________________________________________ Freerdp-devel mailing list Freerdp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freerdp-devel