Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daball/FreeRDP-RemoteApp-IntegrationScripts
These are RemoteApp integration scripts intended to help run Windows Remote Desktop Services RemoteApp programs via FreeRDP.
https://github.com/daball/FreeRDP-RemoteApp-IntegrationScripts
Last synced: 3 months ago
JSON representation
These are RemoteApp integration scripts intended to help run Windows Remote Desktop Services RemoteApp programs via FreeRDP.
- Host: GitHub
- URL: https://github.com/daball/FreeRDP-RemoteApp-IntegrationScripts
- Owner: daball
- Created: 2011-11-30T05:55:37.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-30T07:12:03.000Z (about 13 years ago)
- Last Synced: 2024-07-10T16:03:07.362Z (7 months ago)
- Homepage: http://www.daball.me/2011/11/windows-meet-linux-linux-meet-remoteapp.html
- Size: 89.8 KB
- Stars: 20
- Watchers: 6
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-starts - daball/FreeRDP-RemoteApp-IntegrationScripts - These are RemoteApp integration scripts intended to help run Windows Remote Desktop Services RemoteApp programs via FreeRDP. (others)
README
FreeRDP-RemoteApp-IntegrationScripts README
===========================================Following through from the article I wrote here:
http://www.daball.me/2011/11/windows-meet-linux-linux-meet-remoteapp.htmlI devised the following integration script installer.
The following packages contains RemoteApp integration scripts intended for
use with FreeRDP and Microsoft Windows Remote Desktop Services RemoteApp.In order to use these scripts, you will need:
1. Windows Server 2008 or 2008 R2 with Terminal Services and RemoteApp licensed.
2. One or more Linux FreeRDP client(s)Getting Source
--------------
mkdir $HOME/src
cd $HOME/src
git clone https://github.com/daball/FreeRDP-RemoteApp-IntegrationScripts.git
cd FreeRDP-RemoteApp-IntegrationScriptsInstalling FreeRDP, the easy way (outdated?)
--------------------------------------------
./install-freerdp-current.shInstalling Integration Scripts
------------------------------
./install-scripts.shUsing FreeRDP
-------------
This is well beyond the intentions here. Try:man xfreerdp
Customizing Integration Script
------------------------------
Before you can use this script, you *must* edit it.gedit $HOME/bin/remoteapp
nano $HOME/bin/remoteappUsing Integration Scripts
-------------------------
The remoteapp script can be called like so:For RemoteApp executables:
$HOME/bin/remoteapp 'notepad.exe'For RemoteApp aliases:
$HOME/bin/remoteapp '||notepad'I have also devised a way to open local files at the remote host in the
command-line.For RemoteApp aliases:
$HOME/bin/remoteapp '||notepad' --convert-linux-path "./README"So now, for example, you can integrate a program into the GNOME menu just the
same way.$HOME/bin/remoteapp '||notepad' --convert-linux-path "%U"
Enjoy!
------
Visit my web site to see more specific examples of the script in action.http://www.daball.me/2011/11/windows-meet-linux-linux-meet-remoteapp.html
http://www.daball.me/2011/11/linux-remoteapp-just-got-way-easier.html