Hi Caolán,
Le 06/01/12 11:29, Caolán McNamara a écrit :
On Fri, 2012-01-06 at 10:04 +0100, Alexander Thurgood wrote:
Well the default user profile on Mac is generally stored here :
/Users/<username>/Library/Thunderbird/Profiles/xyz.default
Excellent, that's the bit of into I wanted to check. So, the mac
getConfigDir code is...
#define MACOSX_CONFIG_DIR "/Library/Application Support"
...
{
if( osl_psz_getHomeDir(Security, pszDirectory ...
strcat( pszDirectory, MACOSX_CONFIG_DIR );
return sal_True;
Errrm, no it is directly in the user "Library" folder, not "Applications
Support". For some reason, Thunderbird does not behave like Firefox, and
does not put its configdir in "Applications Support".
which suggests that getConfigDir works out of the box for windows and
macosx, and its just the "generic" unix where $HOME/.config isn't
suitable to find .mozilla etc. So...
Well, last time I tried (admittedly several moons ago), LibO was
incapable of finding my mozab addressbook. As I gave up building
--with-moz* whatever ages ago, since LO wouldn't compile with it.
Alex
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.