https://bugs.freedesktop.org/show_bug.cgi?id=66158
Caolán McNamara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|60270 | --- Comment #3 from Caolán McNamara <[email protected]> --- You can unset it (for a given environment) with unset MOZILLA_CERTIFICATE_FOLDER in a terminal and launch office from the command line of that terminal. The question is though where is it getting set. e.g. see http://stackoverflow.com/questions/5299886/find-out-where-an-environment-variable-was-last-set-in-bash for debugging where that's coming from. Common places of course are ~/.bashrc ~/.bash_profile. Maybe the output of... grep -r MOZILLA_CERTIFICATE_FOLDER /etc/profile.d/* ~/.bash* might get lucky and hit the right place. I'll remove this from MAB 4.1, as given that the env var is set, then its working correctly to honour that above all else. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
