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 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:
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 OS: ubuntu 12.04 

------------------------------------------------------------------------------
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

Reply via email to