ParaView
/builddir/build/BUILD/ParaView-v5.2.0-RC2/Utilities/Doxygen/pages/EnvironmentVariables.md
Go to the documentation of this file.
1 Environment Variables {#EnvironmentVariables}
2 =====================
3 
4 This page documents environment variables that affect ParaView behavior at
5 runtime.
6 
7 Variable | Description
8 ---------|---------------------------------------------------------
9 PARAVIEW_DATA_ROOT | Change the location of the data root for testing.
10 PV_DEBUG_APPLY_BUTTON | When set, debugging text will be printed out to assist developers with the reasons behind the change in state for the "Apply" button on the properties panel (pqPropertiesPanel).
11 PV_DEBUG_PANELS | When set, debugging text will be printed out explaining the reason for creation of various widgets on the properties panel (pqPropertiesPanel).
12 PV_DEBUG_SKIP_OPENGL_VERSION_CHECK | Skip test to validate OpenGL support at launch.
13 PV_DEBUG_TEST | Prints debugging information about the testing framework during playback to cout.
14 PV_ICET_WINDOW_BORDERS | Force render windows to be 400x400 instead of fullscreen.
15 PV_DEBUG_REMOTE_RENDERING | Forces server-side render windows to swap buffers in order to see what is being rendered on the server ranks.
16 PV_MACRO_PATH | Additional directories defined by the user to store macros.
17 PV_NO_OFFSCREEN_SCREENSHOTS | Disable the use of offsceen screenshots.
18 PV_PLUGIN_CONFIG_FILE | XML Plugin Configuration Files to specify which plugin to load on startup.
19 PV_PLUGIN_DEBUG | Prints debugging information when loading plugins into ParaView.
20 PV_PLUGIN_PATH | Directories containing plugins to be loaded on startup.
21 QT_MAC_NO_NATIVE_MENUBAR | Qt flag to force the Qt menu bar rather than the native mac menu bar.