This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 0ebe95f Add new cmdline option --hide-foldersharing. If used, all GUI elements related to exporting client-side folders to X2Go sessions get hidden. (Fixes: #514). new e064e1a fix man page new 062802a add option --close-disconnect to man page The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: man/man1/x2goclient.1 | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit e064e1ae22ec8d8478fac1d98094f5f8c504b6c8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Jun 28 23:32:32 2014 +0200 fix man page --- man/man1/x2goclient.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man1/x2goclient.1 b/man/man1/x2goclient.1 index 5860810..fe3840e 100644 --- a/man/man1/x2goclient.1 +++ b/man/man1/x2goclient.1 @@ -36,7 +36,7 @@ Hide client (start hidden, default: false). Always keep the "accelerated X" icon in the system tray. Without this option the default behaviour is: Switch the tray icon to the session's icon on successful session startup/resumption. .TP -\*(T<\fB\-\-hide\fR\*(T> +\*(T<\fB\-\-tray-icon\fR\*(T> Show tray icon (default: false). This option overrides the global tray icon settings and also forces the tray icon to be shown in hidden X2Go Client mode. .TP -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 062802af090c0b651f9c3270b07954564b824775 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Jun 28 23:35:29 2014 +0200 add option --close-disconnect to man page --- man/man1/x2goclient.1 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/man/man1/x2goclient.1 b/man/man1/x2goclient.1 index fe3840e..9c4832d 100644 --- a/man/man1/x2goclient.1 +++ b/man/man1/x2goclient.1 @@ -17,7 +17,7 @@ x2goclient \- Client application to launch server-side X2Go sessions. .SH DESCRIPTION \fBx2goclient\fR is a GUI application for launching server-side X2Go sessions. .PP -.SH OPTIONS +.SH GUI OPTIONS \fBx2goclient\fR has the following options: .TP \*(T<\fB\-\-help-pack\fR\*(T> @@ -43,13 +43,16 @@ to be shown in hidden X2Go Client mode. \*(T<\fB\-\-hide-foldersharing\fR\*(T> Hide all elements in X2Go Client GUI that are related to folder sharing. .TP +\*(T<\fB\-\-close\-disconnect\fR\*(T> +Close X2Go Client after a session got disconnected. +.TP \*(T<\fB\-\-client-ssh-port\fR\*(T> Local ssh port (for filesystem export, default: 22). +.SH PROFILING SESSIONS GLOBALLY +You can pre-profile sessions globally using the following options. They will override the options in the session profiles. .TP \*(T<\fB\-\-user\fR\*(T> Pre-selection of user at client startup (LDAP mode). -.SH PROFILING SESSIONS GLOBALLY -You can pre-profile sessions globally using the following options. They will override the options in the session profiles. .TP \*(T<\fB\-\-command\fR\*(T> Default command for session startup. -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git