[X2go-Commits] x2goclient.git - master (branch) updated: 3.99.0.0-1-g74bb099

X2go dev team git-admin at x2go.org
Tue Jul 26 13:58:51 CEST 2011


The branch, master has been updated
       via  74bb099f641ca6393efffd1f81fef0ffa57734d7 (commit)
      from  acdb1da43cb0d50655730f98e8bf1e6a4305b57d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 74bb099f641ca6393efffd1f81fef0ffa57734d7
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jul 26 13:58:52 2011 +0200

    remove html man page as it is part of the package build process

-----------------------------------------------------------------------

Summary of changes:
 .build_man2html/html/man1/x2goclient.1.html |  145 ---------------------------
 1 files changed, 0 insertions(+), 145 deletions(-)
 delete mode 100644 .build_man2html/html/man1/x2goclient.1.html

The diff of changes is:
diff --git a/.build_man2html/html/man1/x2goclient.1.html b/.build_man2html/html/man1/x2goclient.1.html
deleted file mode 100644
index 1e6d7c4..0000000
--- a/.build_man2html/html/man1/x2goclient.1.html
+++ /dev/null
@@ -1,145 +0,0 @@
-Content-type: text/html
-
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<HTML><HEAD><TITLE>Man page of x2goclient</TITLE>
-</HEAD><BODY>
-<H1>x2goclient</H1>
-Section: X2go Client (Qt4) (1)<BR>Updated: July 2011<BR><A HREF="#index">Index</A>
-<A HREF="../index.html">Return to Main Contents</A><HR>
-
-<A NAME="lbAB"> </A>
-<H2>NAME</H2>
-
-x2goclient - Client application to launch server-side X2go sessions.
-<A NAME="lbAC"> </A>
-<H2>SYNOPSIS</H2>
-
-
-
-
-<B>x2goclient</B>  <options>
-<P>
-<A NAME="lbAD"> </A>
-<H2>DESCRIPTION</H2>
-
-<B>x2goclient</B> is a GUI application for launching server-side X2go sessions.
-<P>
-
-<A NAME="lbAE"> </A>
-<H2>OPTIONS</H2>
-
-<B>x2goclient</B> has the following options:
-<DL COMPACT>
-<DT><B>--help-pack</B><DD>
-Show available pack methods and exit.
-<DT><B>--no-menu</B><DD>
-Hide menu-/toolbar (default: false).
-<DT><B>--maximize</B><DD>
-Start client maximized (default: false).
-<DT><B>--hide</B><DD>
-Hide client (start hidden, default: false).
-<DT><B>--client-ssh-port</B><DD>
-Local ssh port (for filesystem export, default: 22).
-<DT><B>--user</B><DD>
-Pre-selection of user at client startup (LDAP mode).
-</DL>
-<A NAME="lbAF"> </A>
-<H2>PROFILING SESSIONS GLOBALLY</H2>
-
-You can pre-profile sessions globally using the following options. They will override the options in the session profiles.
-<DL COMPACT>
-<DT><B>--command</B><DD>
-Default command for session startup.
-<DT><B>--sessionid</B><DD>
-Pre-selection of session ID at client startup.
-<DT><B>--ssh-port</B><DD>
-Use this TCP/IP port for connection (default: 22).
-<DT><B>--link</B><DD>
-Set default link type (modem,isdn,adsl,wan or lan, default: adsl).
-<DT><B>--pack</B><DD>
-Set default pack method (default: '16m-jpeg').
-<DT><B>--quality</B><DD>
-Set default image quality(0-9, default: 9).
-<DT><B>--set-kbd</B><DD>
-Overwrite current keyboard settings, no override by default.
-<DT><B>--kbd-layout</B><DD>
-Set keyboard layout (default: 'de').
-<DT><B>--kbd-type</B><DD>
-Set keyboard type (default: pc105/de).
-<DT><B>--fullscreen</B><DD>
-Start session in fullscreen mode.
-<DT><B>--width</B><DD>
-Start session with this width (default: 800).
-<DT><B>--sound</B><DD>
-Activate sound for session, not enabled by default.
-<DT><B>--sound-system</B><DD>
-Which soundsystem to use: arts, esd, pulse (default: arts).
-</DL>
-<A NAME="lbAG"> </A>
-<H2>THIN CLIENT OPTIONS</H2>
-
-The following command line options are primarily interesting if <B>x2goclient</B> is used
-as a login manager on X2go thin clients.
-<DL COMPACT>
-<DT><B>--session=<session-profile-name></B><DD>
-Pre-selection of session at client startup.
-<DT><B>--no-session-edit</B><DD>
-Disable session editing.
-<DT><B>--pgp-card</B><DD>
-Use openPGP Card authentication (default: false).
-<DT><B>--external-login=<smartcard-logins></B><DD>
-Authenticate via SMART card, path to login notification file.
-<DT><B>--add-to-known-hosts</B><DD>
-Add DSA/RSA host key fingerprint to .ssh/known_hosts in case of "authenticity of server can't be established".
-<DT><B>--read-exports-from</B><DD>
-Specifies a directory where some external mechanism (e.g. script) can notify <B>x2goclient</B> on
-new block devices (CD/DVDs, USB sticks, etc.).
-</DL>
-<A NAME="lbAH"> </A>
-<H2>LDAP OPTIONS</H2>
-
-In case you want to provide <B>x2goclient</B> session profiles from LDAP use the following options:
-<DL COMPACT>
-<DT><B>--ldap</B><DD>
-Start with LDAP support (disabled by default).
-<DT><B>--basedn</B><DD>
-Base DN to search in LDAP.
-<DT><B>--ldap-server</B><DD>
-LDAP Server hostname.
-<DT><B>--ldap-port</B><DD>
-LDAP Server portnumber (default: 389).
-<DT><B>--ldap-server1</B><DD>
-Failover LDAP Server hostname.
-<DT><B>--ldap-port1</B><DD>
-Failover LDAP Server portnumber (default: 389).
-<DT><B>--ldap-server2</B><DD>
-Failover LDAP Server hostname.
-</DL>
-<P>
-
-<A NAME="lbAI"> </A>
-<H2>AUTHOR</H2>
-
-This manual has been written by Mike Gabriel <<A HREF="mailto:mike.gabriel at das-netzwerkteam.de">mike.gabriel at das-netzwerkteam.de</A>> for the X2go project
-(<A HREF="http://www.x2go.org).">http://www.x2go.org).</A>
-<P>
-
-<HR>
-<A NAME="index"> </A><H2>Index</H2>
-<DL>
-<DT><A HREF="#lbAB">NAME</A><DD>
-<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
-<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
-<DT><A HREF="#lbAE">OPTIONS</A><DD>
-<DT><A HREF="#lbAF">PROFILING SESSIONS GLOBALLY</A><DD>
-<DT><A HREF="#lbAG">THIN CLIENT OPTIONS</A><DD>
-<DT><A HREF="#lbAH">LDAP OPTIONS</A><DD>
-<DT><A HREF="#lbAI">AUTHOR</A><DD>
-</DL>
-<HR>
-This document was created by
-<A HREF="/cgi-bin/man/man2html">man2html</A>,
-using the manual pages.<BR>
-Time: 19:44:02 GMT, July 11, 2011
-</BODY>
-</HTML>


hooks/post-receive
-- 
x2goclient.git (X2go Client)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goclient.git" (X2go Client).




More information about the x2go-commits mailing list