tl-env¶
Synopsis¶
tl-env [options] <command> [args]
Description¶
tl-env can be used to run a user provided command in a ThinLinc
session. This can even be done from outside the session itself. It does
so by temporarily restoring the session environment before executing the
command. It operates on the file xstartup.env
in the session
directory.
During restore, the option --skip-display
can be used to
exclude the DISPLAY environment variable.
By default, tl-env operates on the last session number for the
invoking user. An alternative session number can be specified with the
--session-number
option.
Options¶
- -d, --skip-display¶
Do not restore DISPLAY.
- -h, --help¶
Prints a short help text and exits.
- -n nr, --session-number=nr¶
Use specified session number. The default is “last”.
- --version¶
Prints the ThinLinc version and exits.