Hi,

Clipboard redirection never had actually worked for me in 1.0, so I decided
to tackle it since it is a pretty severe feature to miss. After
investigation I found out that the clipboard formats list was assume to
always be in the short format defined by the spec, while my server (Windows
Server 2008 R2 SP1) would always announce in the capabilities that it would
make use of the long format, therefore parsing would fail and also
eventually go into an infinite loop.

I have now implemented long name support as well, and modified the short
format code such that they are unified. Please test and see if it works for
you, since my server keeps making use of the long format but I didn't test
for a server that makes use of the short format names. If you compiled with
WITH_DEBUG_CLIPRDR you'll see which one your server is using.

As for RemoteApp + Clipboard at the same time, it'll still segfault, and I
know it'd be great to have but it's a bit of a lower priority now since we
didn't have RemoteApp support in 0.x and we should focus on just getting
the core functionality fully stabilized for a release that can truly be
called a stable release.

Best regards,
- Marc-Andre
------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to