FreeRDP: CLIPRDR don't work with RAIL
Hi!
This bug is global for all versions of FreeRDP that I used. 1.0.2 from repository and fresher version from master branch.
System info:
OS Local: Linux Mint 16 OS Remote: Windows Server 2008 R2 SP1 Standard FreeRDP: compiled from master branch 15.10.2014
$ uname -a
Linux 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
$ xfreerdp --version
This is FreeRDP version 1.2.0-beta1 (git 1.2.0-beta1+android7-874-g4c455b)
Reproduce:
Install Mint 16, install all updates, and run following commands:
$ cd /usr/src
$ git clone git://github.com/FreeRDP/FreeRDP.git
$ cd FreeRDP
$ aptitude install libcunit1-dev libdirectfb-dev xmlto doxygen libxtst-dev libavutil-dev libavcodec-dev build-essential git-core cmake libssl-dev libx11-dev libxext-dev libxinerama-dev libxcursor-dev libxdamage-dev libxv-dev libxkbfile-dev libasound2-dev libcups2-dev libxml2 libxml2-dev libxrandr-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libxi-dev libgstreamer-plugins-base1.0-dev
$ cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_SSE2=ON .
$ make
$ checkinstall make install
$ which xfreerdp
$ xfreerdp --version
than connect to Win2k8 r2 sp1:
$ xfreerdp /u:User /p:Password /v:windows.local /app:"||word" +clipboard
copy some text localy and try paste it to remote application.
Office applications frozen or crash. Sometimes hang. Notepad do nothing (don’t paste text as buffer is empty).
Only RAIL module - all OK. Only CLIPRDR module - it’s ok too. Don’t work CLIPRDR with RAIL. I think this bug in RAIL or CLIPRDR module. I’m betting on the RAIL 😃

P.S.: Also pay attention to the terrible black border around the window in pic.1
Maybe it https://en.wikipedia.org/wiki/Remote_Desktop_Protocol#Version_8.1
This version also fixes some visual glitches with Microsoft Office 2013 when running as a RemoteApp.
About this issue
- Original URL
- State: closed
- Created 10 years ago
- Reactions: 1
- Comments: 27 (5 by maintainers)
My god, it works!