Table of Contents
MeVisLab reads a settings file mevislab.prefs
on
start-up that can be used to set certain settings that in some case are not
available through the GUI.
There are also some environment variables that change the behavior of MeVisLab in certain places.
This settings file is searched for in various places. If the file exists in more than one place, all files are evaluated, but if contradicting settings are given, the last file wins. The searched locations are:
First the directory of the MeVisLab executable (.../MeVisLab/IDE/bin
).
Then, depending on the platform:
Windows
The user's home directory
The user's document folder
The folder "MeVis" in the user's document folder
Linux
Directory $HOME/.local/share/MeVis/MeVisLab
The user's document folder
The folder "MeVis" in the user's document folder
(This can be suppressed by giving the -ignoreprefs
command line option.)
The file given through the MEVISLAB_PREFS environment variable.
Also suppressed by -ignoreprefs
.
The file given after the -prefs
command line option.
For applications created with MeVisLab the same search rules apply, but the "MeVisLab" part in the file/directory/environment variable name must be replaced by the application name, with the use of upper/lower/camel-case case corresponding to how MeVisLab is spelled in the rules given above.
© 2024 MeVis Medical Solutions AG