https://bugs.documentfoundation.org/show_bug.cgi?id=141896

--- Comment #3 from Hossein <[email protected]> ---
By setting "bootstrap variables", the problem goes away.

Using shell script, URE_BOOTSTRAP environment variable can be set:

export
URE_BOOTSTRAP=vnd.sun.star.pathname:/opt/libreoffice7.1/program/fundamentalrc

In C++ code, one can use:

Bootstrap::set("URE_BOOTSTRAP",
"vnd.sun.star.pathname:/opt/libreoffice7.1/program/fundamentalrc");

It should be noted that in the latest build of LO master, I do not have such
problem. Even in that situation, setsdkenv_unix does not set URE_BOOTSTRAP.

Some information about the bootstrap settings for applications can be read
here:

/opt/libreoffice7.1/sdk/include/rtl/bootstrap.h

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to