Chapter 7. The ThinLinc Client
VSM_SERVER_PORT
The VSM port number on the server.
Note: This parameter should normally not be changed
YESNO_PROMPT_REGEXP
This parameter specifies a regular expression. If an interactive SSH prompt matches this expression,
a graphical yes/no dialog will be presented, instead of a dialog for text input. Additionally, if the
prompt is known to the client, an alternate text will be used. The dialog buttons Yes and No will
send "yes" and "no" to the server, respectively.
7.7.2. Configuration Parameter Storage
Configuration parameters are typically stored in text based configuration files. The format is simple:
Each parameter is written on one line, followed by an equal sign (=) and the value of the parameter, as in
the following example:
SOUND_ENABLED = 0
SERVER_NAME = demo.thinlinc.com
By using the -C option, additional configuration files can be specified. Any name is accepted, but the file
extension .tlclient is recommended. The Windows and Linux packages configures the system to
automatically recognize such files as configuration files for the ThinLinc Client. Additionally, the
Internet Media Type "application-vnd.cendio.thinlinc.clientconf" is linked to such configuration files.
7.7.2.1. Linux Client Configuration Files
The Linux client first reads the file /opt/thinlinc/etc/tlclient.conf, if it exists. It then reads
the file .thinlinc/tlclient.conf in the user’s home directory, and the values there override the
values from /opt/thinlinc/etc/tlclient.conf. This way, a system administrator can set global
defaults for client operations, while each user can still customize the client to wanted behavior.
7.7.2.2. Windows Client Configuration
On Windows, the ThinLinc client reads its configuration from the registry. All ThinLinc client data is
stored under Software\Cendio\ThinLinc\tlclient in the HKLM and HKCU hives. The
parameter names are the same as for the Linux client.
The behaviour of global and user-specific settings are identical to that of the Linux client, where settings
in HKLM correspond to /opt/thinlinc/etc/tlclient.conf and those in HKCU correspond to
.thinlinc/tlclient.conf.
70
Komentarze do niniejszej Instrukcji