These environment variables can be used to customize DJV.
DJV_LANG | Set the language, for example "en", "es", or "ko". This is over-ridden by std::locale(""), and the user interface settings respectively. |
These environment variables can be used to customize file system paths.
DJV_RESOURCE_PATH | Override the path for runtime resources such as icons, fonts, etc. By default the installation path is used. |
DJV_DOCUMENTS_PATH | Override the path where the user interface settings and log files are written. By default this is $HOME/Documents/DJV. |
These environment variables can be used for debugging.
DJV_LOG_CONSOLE | Print the system log to the console. |
DJV_DEBUG | Enable general debugging. |
DJV_OPENGL_DEBUG | Enable OpenGL debugging. |