Download it from
http://download.mozilla.org/?product=thunderbird-3.0a1&os=linux&lang=en-US
Go to that directory and execute:
tar xfvj thunderbird-3.0a1.tar.bz2
cd thunderbird
./thunderbird
If you don't want to use the command line you can unpack/start etc it in other
ways too...
-Magnus
P.S. anyone know why it gives me the windows exe file if I wget that url?
> Download it from
> http://download.mozilla.org/?product=thunderbird-3.0a1&os=linux&lang=en-
US
>
> Go to that directory and execute:
> tar xfvj thunderbird-3.0a1.tar.bz2
> cd thunderbird
> ./thunderbird
And if you have the previous file installed prepare for another trick.
Version 2 stores the profile in ~/.mozilla-thunderbird while the given
3.0a1 stores it in .thunderbird. I had to take these steps to have it use
the same profile (OK, I could have copied the contents of the dir as well
but chose to link it instead):
rm -rf .thunderbird
ln -s .mozilla-thunderbird .thunderbird
chattr -i .thunderbird
I had to use chattr because Thunderbird refused to keep my symlink alive.
This might break other things down the road. I haven't logged a bug
because this may be partially intended behavior?
Sander
I have *never* seen the profile directory as .mozilla-thunderbird. The
default profile directory for Thunderbird has always been .thunderbird
(though that may change soon).
Are you sure this isn't a distribution specific change?
Standard8
I was thinking of posting this in reply to Shredder Announce thread, but
didn't felt like spoil the happyness there .. :)
> I have *never* seen the profile directory as .mozilla-thunderbird. The
> default profile directory for Thunderbird has always been .thunderbird
> (though that may change soon).
>
> Are you sure this isn't a distribution specific change?
Possibly. This is on Hardy which was upgraded from Gutsy. The profile was
created under Gutsy.
In that case this would not be a bug, although I'd expect symlinks to be
respected ;)
Sander
Knowing a bit about how Debian (and by proxy Ubuntu) works, I'm guessing
that Debian/Ubuntu changed it on purpose. Since the OP is now using a
non-customized build, the directory therefore changes as well.
You could add a comment to the Shredder release notes bug, even though
it is now closed as resoved/fixed.
--
Ron K.
Correct, the ~/.mozilla-thunderbird profile is a debian/ubuntu thing.
-Magnus