https://bugs.freedesktop.org/show_bug.cgi?id=57419
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Julien Nabet <[email protected]> --- On pc Debian x86-64 with master sources updated today (commit 1c6b63fa9aac2a80ca952e98678e186b9097db50), I don't reproduce this. However, without the link .thunderbird to .icedove (when on Debian for example), I made 2 tests: 1) Base I had connectivity/source/drivers/mork/MConnection.cxx:140: Can not parse mork file! in console when did this: - start LO base - Connect to an existing database - chose Thunderbird/Icedove Address book - Next No table. 2) Writer I did this: - start LO Writer - Menu File/Wizards/Address Data Source - Select Thunderbird/Icedove - Next I had a popup telling "The file $filename$ could not be loaded." After searching about "icedove" with OpenGrok, I found this: 79 { ".thunderbird/", ".mozilla-thunderbird/", ".mozilla/thunderbird/", ".icedove" } in file: connectivity/source/drivers/mork/MNSFolders.cxx Notice there's no "/" at the end of .icedove So I just added one and both cases were ok (Writer and Base). However noticed this on console during Writer test: warn:legacy.osl:2183:1:/home/julien/compile-libreoffice/libo/unotools/source/config/confignode.cxx:425: OConfigurationNode::setNodeValue: could not replace the value: caught an IllegalArgumentException! warn:legacy.osl:2183:1:/home/julien/compile-libreoffice/libo/connectivity/source/sdbcx/VCollection.cxx:114: OCollection::reFill: collection isn't empty Last thing: I noticed the same lacking of "/" in connectivity/source/drivers/mozab/bootstrap/ so updated it too. See https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=ea5a96a5c771ee2c2ebbe4c12c4e7f3b1cba29a7 -- 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
