Now with the packaged Ubuntu 8.10 all under the Linux side of my dual boot using rEFIt seems to be rosy, so I've moved back to it. I use Thunderbird for my email, and the files are in a slightly different location on the different OS versions:
- Under Linux both the profile directories and the profiles.ini file live in ~/.mozilla-thunderbird
- Whereas under OS X the profiles.ini file lives in ~/Library/Thunderbird/ and the actual profiles are then stored in ~/Library/Thunderbird/Profiles/
Moving Thunderbird from OS X to Linux:
- First take a back-up copy of ~/Library/Thunderbird from OS X (you probably will want to back up all of your home directory) and then once in Linux, copy this into your home directory.
- Now change the name of this directory using 'mv ~/Library/Thunderbird ~/.mozilla-thunderbird' - note that the dot between the slash and the m is important.
- Change to the new directory with 'cd ~/.mozilla-thunderbird'
- Move the profiles with 'mv Profiles/* .' and then remove this directory with 'rm -rf Profiles'
- Now use your favourite text editor to edit the file called 'profiles.ini', for example 'nano profiles.ini' and then find the entry for your profile, it may look something like this:
[Profile0]
Name=default
IsRelative=1
Path=Profiles/mzsbzfk5.default
Change the entry for 'Path' by removing the 'Profiles/' part, e.g. if I did that for the above, it would then read:
[Profile0]
Name=default
IsRelative=1
Path=mzsbzfk5.defa - Save the file and exit your editor (in Nano this would be ^O ^X (control-O, control-X) and start Thurndebird. Et voila!
- P.S. They're be some files kicking around from OS X that you now do not need, to tidy these up do 'rm ~/.mozilla-thunderbird/Application\ Registry;rm -rf ~/Library/Thunderbird'
- First take a back-up copy of ~/.mozilla-thunderbird from OS X (you probably will want to back up all of your home directory) and then once in OS X, copy this into your home directory.
- Now change the name of this directory using 'mv ~/.mozilla-thunderbird ~/Library/Thunderbird ' - note that the dot between the slash and the m is important.
- Change to the new directory with 'cd ~/Library/Thunderbird'.
- Make a subdirectory for the profiles with 'mkdir Profiles'.
- Move the profiles to this new directory. One of the easiest ways to do this is the following 'mv * Profiles;mv Profiles/profiles.ini .'.
- Now use Text Editor to edit the file called 'Library/Thunderbird/profiles.ini', it may look something like this:
[Profile0]
Name=default
IsRelative=1
Path=mzsbzfk5.default
Change the entry for 'Path' by removing the 'Profiles/' part, e.g. if I did that for the above, it would then read:
[Profile0]
Name=default
IsRelative=1
Path=Profiles/mzsbzfk5.defa - Save the file, quit Text Edit and start Thunderbird. Et voila!
No comments:
Post a Comment