SYNOPSIS

x2goclient <options>

DESCRIPTION

x2goclient is a GUI application for launching server-side X2Go sessions.

HELP AND DEBUG OPTIONS

x2goclient has the following help and debugging options:

\*(T<--help\*(T>

Show available command line options.

\*(T<--help-pack\*(T>

Show available pack methods and exit.

\*(T<-v, --version\*(T>

Output X2Go Client version to stderr.

\*(T<--debug\*(T>

Enable extensive console output for debugging X2Go Client.

\*(T<--changelog\*(T>

Show changelog file.

\*(T<--git-info\*(T>

Show Git commit history (not available on all X2Go Client builds).

GUI OPTIONS

The following options can be used for controlling the GUI behaviour:

\*(T<--no-menu\*(T>

Hide menu-/toolbar (default: false).

\*(T<--maximize\*(T>

Start client maximized (default: false).

\*(T<--hide\*(T>

Hide client (start hidden, default: false).

\*(T<--keep-trayicon\*(T>

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.

\*(T<--tray-icon\*(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.

\*(T<--hide-foldersharing\*(T>

Hide all elements in X2Go Client GUI that are related to folder sharing.

\*(T<--close-disconnect\*(T>

Close X2Go Client after a session got disconnected.

\*(T<--client-ssh-port\*(T>

Local ssh port (for filesystem export, default: 22).

\*(T<--autostart=<app>\*(T>

Launch <app> by session start in "published applications" mode. This parameter should go along with --session=<session-profile-name>, where the given session profile should be configured as a session profile of type "Published Applications".

\*(T<--support-menu=<html-file>\*(T>

Add a "Support..." submenu item to X2Go Client's "Help" menu.

The support information is provided via a simple HTML file. Example:

        <html><body>
        <h1>IT-Support for X2Go</h1>
        DAS-NETZWERKTEAM | Mike Gabriel:<br />
        <a href="mailto:[email protected]">
            [email protected]
        </a><br />
        <br />
        Thanks for using X2Go...
        </body></html>

\*(T<--background=<svg-file>\*(T>

Use a custom/branded background image (SVG format) for X2Go Client's main window (i.e. replace the blue gradient area in X2Go Client by some background of your own (business/workgroup/project).

SESSION PROFILE DEFAULTS

You can set certain defaults for session profiles via command line switches using the following options:

\*(T<--user\*(T>

Pre-selection of user at client startup (LDAP mode only).

\*(T<--command=<default-command>\*(T>

Default command for session startup.

\*(T<--ssh-port\*(T>

Use this default TCP/IP port for connection (default: 22).

\*(T<--ssh-key\*(T>

Use this SSH private key file by default.

\*(T<--autologin\*(T>

By default, search for standard SSH key file names or try using an SSH agent.

\*(T<--link\*(T>

Set default link type (modem,isdn,adsl,wan or lan, default: adsl).

\*(T<--pack\*(T>

Set default pack method (default: '16m-jpeg').

\*(T<--quality\*(T>

Set default image quality(0-9, default: 9).

\*(T<--set-kbd\*(T>

Overwrite current keyboard settings, no override by default.

\*(T<--kbd-layout\*(T>

Set keyboard layout (default: 'de').

\*(T<--kbd-type\*(T>

Set keyboard type (default: pc105/us, depend on our clients language setup, though).

\*(T<--clipboard=<both|client|server|none>\*(T>

Set default clipboard mode.

\*(T<--geometry=<W>x<H>|fullscreen\*(T>

Set default geometry, default '800x600'.

\*(T<--dpi=<dpi>\*(T>

set DPI of X2Go Agent to <dpi>, default set to same as local display.

\*(T<--sound\*(T>

Activate sound for session, not enabled by default.

\*(T<--sound-system\*(T>

Which soundsystem to use: arts, esd, pulse (default: pulse).

\*(T<--xinerama\*(T>

Use Xinerama by default.

\*(T<--session-icon=<128x128px-icon-png-file>\*(T>

Use a custom session icon by default.

THIN CLIENT OPTIONS

The following command line options are primarily interesting if x2goclient is used as a login manager on X2Go thin clients.

\*(T<--thinclient\*(T>

Let X2Go Client run without window manager.

\*(T<--sessionid=<session-profile-id>\*(T>

Pre-selection of a session profile (by its session profile ID) at client startup.

\*(T<--session=<session-profile-name>\*(T>

Pre-selection of a session profile (by its session profile name) at client startup.

\*(T<--no-session-edit\*(T>

Disable session editing.

\*(T<--pgp-card\*(T>

Use openPGP Card authentication (default: false).

\*(T<--external-login=<smartcard-logins>\*(T>

Authenticate via SMART card, path to login notification file.

\*(T<--add-to-known-hosts\*(T>

Add DSA/RSA host key fingerprint to .ssh/known_hosts in case of "authenticity of server can't be established".

\*(T<--read-exports-from\*(T>

Specifies a directory where some external mechanism (e.g. script) can notify x2goclient on new block devices (CD/DVDs, USB sticks, etc.).

\*(T<--haltbt\*(T>

Show a "Shutdown" button in the top left corner of X2Go Client. When pressed, X2Go Client will create the file $HOME/.halt. An external script has to watch for this file and trigger a thinclient shutdown once it appears.

PORTABLE OPTIONS

X2Go Client can be installed on a USB-Flashdrive as a portable applications. If installed that way, the following options support the portable setup of X2Go Client:

\*(T<--portable\*(T>

Start X2Go Client in "portable" mode. This implies... (TODO).

\*(T<--home=<dir>\*(T>

Set the users home directory. This is the directory where X2Go Client will store settings and cache files.

\*(T<--session-conf=<file>\*(T>

Path to alternative session profile config (default: $HOME/.x2goclient/sessions).

\*(T<--clean-all-files\*(T>

In portable mode, X2Go Client removes several directories it has created (and probably directories you don't want to have removed on a normal system):

        $HOME/.ssh
        $HOME/ssh
        $HOME/.x2go

If --clean-all-files is used on the command line, also the directory containing the configuration files of X2Go Client gets removed:

        $HOME/.x2goclient

BROKER OPTIONS

In case you want to retrieve x2goclient session profiles from an X2Go Session Broker use the following options:

\*(T<--broker-url=<URL>\*(T>

Specify the <URL> of the X2Go Session Broker. X2Go Client can access http:// and ssh:// style URLs.

Syntax of <URL> for HTTP brokerage:

http(s)://<user>:<password>@<hostname>:<port>/path/to/broker

Syntax of <URL> for SSH brokerage:

ssh://<user>:<password>@<hostname>:<port>/usr/bin/x2gobroker (or any executable that provides the broker via SSH).

\*(T<--broker-cacertfile=</path/to/cafile.crt>\*(T>

Specify a special (self-signed) root-CACert file that shall get used when connecting to an X2Go Session Broker via https (SSL).

\*(T<--broker-noauth\*(T>

The X2Go Session Broker is accessible without authentication.

\*(T<--broker-krblogin\*(T>

Login to X2Go Session Broker via GSSAPI. Only supported with ssh:// broker URLs.

\*(T<--auth-id=<USERNAME>\*(T>

Use this <USERNAME> for authenticating against the X2Go Session Broker. This option mostly makes sense together with --broker-autologin or --broker-ssh-key.

\*(T<--broker-autologin\*(T>

For SSH based X2Go Session Brokers. If an SSH agent is available or default key files exist then try those for authentication against the X2Go Session Broker.

\*(T<--broker-autologoff\*(T>

Enforce re-authentication against X2Go Session Broker after a session has been suspended or terminated.

\*(T<--broker-ssh-key=<SSHPRIVKEY>\*(T>

For SSH based X2Go Session Brokers. Full path to a valid SSH private key file.

\*(T<--broker-name=<NAME>\*(T>

Currently unused...

\*(T<--connectivity-test\*(T>

Run a connectivity test against X2Go Session Broker. Not supported by all broker implementations.

\*(T<--change-broker-pass\*(T>

Send a change-password request to an X2Go Session Broker. Not supported by all broker implementations.

LDAP OPTIONS (deprecated)

NOTE: LDAP support won't be continued in X2Go Client 2 (next generation of X2Go Client).

A slightly different approach than X2Go Client's LDAP functionality is available via the X2Go Session Brokerage feature.

In case you want to control x2goclient via an LDAP server use the following options:

\*(T<--ldap=<host:port:dn>\*(T>

Start with LDAP support (disabled by default). Example: --ldap=ldapserver:389:o=organization,c=de

\*(T<--ldap1=<host:port:dn>\*(T>

Failover LDAP URI No. 1.

\*(T<--ldap2=<host:port:dn>\*(T>

Failover LDAP URI No. 2.

\*(T<--ldap-printing\*(T>

Allow client side printing in LDAP mode.

AUTHOR

This manual has been written by Mike Gabriel <[email protected]> for the X2Go project (http://www.x2go.org).