https://bz.apache.org/ooo/show_bug.cgi?id=125431
--- Comment #78 from Arrigo Marchiori <[email protected]> --- (In reply to damjan from comment #77) > Patch committed in revision 1724971, resolving fixed. Damjan, thank you for the commit. I could apply it to my sources and build AOO. Now I am at your point from September, last year. :-/ As Paul noted in comment #52, the culprit seems to be the "IsRelative" entry in the profile files. Even if the value of the "IsRelative" option is zero, the "MozProfile" macro (from your comment #76) shows that the absolute path of the home directory is prepended to the value of the "Path" option. To explain my point better, here is my .mozilla/profiles.ini: [General] StartWithLastProfile=1 [Profile0] Name=default-1416909684611 IsRelative=0 Path=/usr/home/arrigo/.mozilla/firefox/shavgc0x.default-1416909684611 Default=1 But the MozProfile macro outputs: Firefox: Profile name: default-1416909684611 Profile path: /home/arrigo/.mozilla/firefox//usr/home/arrigo/.mozilla/firefox/shavgc0x.default-1416909684611 The double slash between "firefox" and "usr" looks to me like a rough string concatenation, but I am speculating. At this point, I am sorry to report you that for me the problem is not fixed, unless I change Firefox's profiles.ini. In theory, the file should be ok because Firefox starts and runs well. And the initial patch that disables NSS is still the only bullet-proof solution for me. Do you think that this bug is still worth investigation? Or maybe you solved this in a previous commit on the AOO repository? I could not find anything about it, in the history of this bug, after your comment #58 with the ``anti-nss'' patch. Thank you for your work so far. -- You are receiving this mail because: You are the assignee for the issue.
