tl-env

Synopsis

tl-env [options] <command> [args]

tl-env -s [options]

Description

This command can be used to save and restore the ThinLinc session environment variables. It operates on the file xstartup.env in the session directory. During session startup, tl-env is called with the -s option after everything in xstartup.d have been executed. Later, tl-env can be used to execute a command in this environment, even outside the ThinLinc session. During restore, the DISPLAY environment variable can be excluded by specifying -d. By default, this command operates on the “last” session number for the invoking user. An alternative session number can be specified with the -n option.

Options

-d

Do not restore DISPLAY.

-n nr

Use specified session number instead of “last”.

-s

Store current environment as the session environment.