Environment variables are global variables in the shell which all applications can read. They are set with a command like set VARIABLE=value or export VARIABLE=value. Environment variables can be viewed with a command like env. The values set can be removed with unset VARIABLE.
The following exported variables can be set to customize your environment.
The CIN_CONFIG variable could be extremely useful for testing purposes or for multiple users sharing the same home directory who would like different default preference settings.
One example:
export CIN_BROWSER=chrome #would override default firefox for Shell Cmds. |
Another example:
export CIN_CONFIG=/tmp/.bcast5 #use a temporary setup for testing purposes. |
To run on a language different than the one selected on your system just change the LANG environment variable before starting up CINELERRA-GG like this:
export LANG=2 letter language code_2 letter country code.UTF-8
For example, from a window type:
export LANG=es_ES.UTF-8
then startup CINELERRA-GG and you will have translations in Spanish. If you started CINELERRA-GG from that same window using {cinelerra_path}/bin/cin you will see a message in that window something similar to:
lang changed from en_US.UTF-8 to es_ES-UTF-8
However, although generally LANGUAGE is not set, it is possible that another progam that was run may have set it so you may have to substitute LANGUAGE for the word LANG above.
Depending on your Operating System and Desktop application, there may be other ways to accomplish a language change. For example, on Fedora with the Gnome desktop, the simplest method of switching your language to German and immediately starting CINELERRA-GG is to use:
LANGUAGE=de {cinelerra_path}/bin/cin