mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-20 23:24:34 +00:00
Clear display to avoid potential problems.
Running --nocaps under massif; it is unexpected to see fire_glxtest_process doing heavy lifting glx work.
This commit is contained in:
@ -453,6 +453,10 @@ int main(int argc, char** argv)
|
||||
"user:*file://" LOOLWSD_CONFIGDIR "/loolkitconfig.xcu "
|
||||
#endif
|
||||
);
|
||||
|
||||
// No-caps tracing can spawn eg. glxinfo & other oddness.
|
||||
unsetenv("DISPLAY");
|
||||
|
||||
::setenv("CONFIGURATION_LAYERS", layers.c_str(),
|
||||
1 /* override */);
|
||||
|
||||
|
Reference in New Issue
Block a user