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

--- Comment #7 from Julien Nabet <serval2...@yahoo.fr> ---
Here's console log:
warn:connectivity.mork:20874:1:connectivity/source/drivers/mork/MConnection.cxx:145:
Can not parse abook mork file:
/home/julien/.mozilla/firefox/pp8pi6dk.default/abook.mab
which shows that LO doesn't search Thunderbird/Icedove path.

Here's also some gdb session:
Breakpoint 1, connectivity::mork::OConnection::construct (this=0x2c2a750,
url="sdbc:address:thunderbird:", info=uno::Sequence of length 1 = {...})
    at
/home/julien/compile-libreoffice/libreoffice/connectivity/source/drivers/mork/MConnection.cxx:120
120        sal_Int32 unittestIndex = url.indexOf(UNITTEST_URL);
(gdb) n
123        if (unittestIndex == -1)
(gdb) 
125            OUString defaultProfile =
m_pProfileAccess->getDefaultProfile(::com::sun::star::mozilla::MozillaProductType_Thunderbird);
(gdb) 
126            OUString path =
m_pProfileAccess->getProfilePath(::com::sun::star::mozilla::MozillaProductType_Thunderbird,
defaultProfile);
(gdb) n
127            SAL_INFO("connectivity.mork", "DefaultProfile: " <<
defaultProfile);
(gdb) p defaultProfile
$1 = "default"
(gdb) p path
$2 = "/home/julien/.mozilla/firefox/pp8pi6dk.default"
(gdb)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to