projects:livenet:seamless

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
projects:livenet:seamless [2015/09/11 13:14] – created scipioprojects:livenet:seamless [2015/09/17 14:52] (current) scipio
Line 5: Line 5:
 ==== Windows remote (guest) ==== ==== Windows remote (guest) ====
  
-  * Activate remote connections+  * [[https://bmullan.wordpress.com/2012/09/17/howto-integrate-windows-apps-into-the-ubuntu-linux-desktop-using-windows-remoteapp/|reference]] 
 +  * Activate remote connections 
   * Install dot net runtime   * Install dot net runtime
   * Install [[http://www.kimknight.net/remoteapptool|remoteapptool]]   * Install [[http://www.kimknight.net/remoteapptool|remoteapptool]]
Line 22: Line 23:
  
   * Install [[https://github.com/FreeRDP/FreeRDP/wiki/Compilation|FreeRDP]]   * Install [[https://github.com/FreeRDP/FreeRDP/wiki/Compilation|FreeRDP]]
 +
 +<code>
 +sudo apt-get install 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
 +
 +
 +git clone --depth=1 git://github.com/FreeRDP/FreeRDP.git
 +cd FreeRDP
 +
 +cmake -DCMAKE_BUILD_TYPE=Release -DWITH_SSE2=ON -DWITH_PULSE=ON \
 + -DWITH_CUPS=ON -DCHANNEL_PRINTER=ON.
 +
 +make
 +sudo make install
 +sudo ldconfig
 +</code>
 +
  
 Call remoteapp Call remoteapp
 <code> <code>
 xfreerdp /u:user /p:user \ xfreerdp /u:user /p:user \
- +clipboard /drive:home,${HOME} /sound:sys:alsa \+ +clipboard /drive:home,${HOME} /sound:sys:pulse \
  /app:"||appname" /v:<ip_windows_machine>  /app:"||appname" /v:<ip_windows_machine>
 +
 +xfreerdp /u:user /p:user \
 + +clipboard /drive:home,${HOME} /sound:sys:pulse /cert-ignore \
 + -encryption -compression \
 + /multimedia  /printer /microphone:sys:pulse \
 + /v:localhost /app:"||notepad"
 </code> </code>
  
 +
 +Call desktop
 +<code>
 +xfreerdp -u user -p user --plugin drdynvc --data tsmf:audio:pulse -- localhost
 +</code>
  • projects/livenet/seamless.1441970043.txt.gz
  • Last modified: 2015/09/11 13:14
  • by scipio