From a65f71bb58c5da580ea008ed7d5ec0d0af68cb0a Mon Sep 17 00:00:00 2001 From: Henrik Andersson Date: Tue, 5 Feb 2013 11:40:36 +0000 Subject: [PATCH] Updates to the man page with changes regarding changes with arguments and theire meaning with the nes seamless connection sharing feature. git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1695 423420c4-83ab-492f-b58f-81f9feb106b5 --- doc/rdesktop.1 | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/doc/rdesktop.1 b/doc/rdesktop.1 index 95854d6..f43fe82 100644 --- a/doc/rdesktop.1 +++ b/doc/rdesktop.1 @@ -20,7 +20,8 @@ Username for authentication on the server. Domain for authentication. .TP .BR "-s " -Startup shell for the user - starts a specific application instead of Explorer. +Startup shell for the user - starts a specific application instead of Explore. +If SeamlessRDP is enabled this is the application which i started in seamless mode. .TP .BR "-c " The initial working directory for the user. Often used in combination with -s @@ -90,15 +91,21 @@ higher-level drawing operations. Disable use of remote control. This will disable features like seamless connection sharing. .TP -.BR "-A" -Enable SeamlessRDP. In this mode, rdesktop creates a X11 window for -each window on the server side. This mode requires the SeamlessRDP -server side component, which is available from +.BR "-A " +Enable SeamlessRDP by specifying the path to seamless rdp shell. +In this mode, rdesktop creates a X11 window for each window on the server side. +This mode requires the SeamlessRDP server side component, which is available from \fIhttp://www.cendio.com/seamlessrdp/\fR. -When using this option, you should specify a startup shell which + +When using this option, you should normally specify a startup shell which launches the desired application through SeamlessRDP. -Example: rdesktop -A -s 'seamlessrdpshell notepad'. +Example: rdesktop -A 'c:\\seamlessrdp\\seamlessrdpshell.exe' -s 'notepad' mywts.domain.com + +Any subsequential call to the above commandline example will make use of the seamless +connection sharing feature which spawns another notepad in the current connection to the +specified server and then exit. + .TP .BR "-B" Use the BackingStore of the Xserver instead of the integrated one in