UP7 kills Thunderbird

Archived topics about LMDE 1 and LMDE 2
Locked
the ber

UP7 kills Thunderbird

Post by the ber »

I finally was able to get update 7 running but then I noticed that my Thunderbird icon was gone. Then I noticed that the whole program was gone! The mail folders are still in the users' home directories but no program.
Following some instructions from another site I downloaded the tarball and extracted it to /opt. Still no icon and no entry in the applications menu. Can someone help?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Monsta
Level 10
Level 10
Posts: 3071
Joined: Fri Aug 19, 2011 3:46 am

Re: UP7 kills Thunderbird

Post by Monsta »

Please post the output of:

Code: Select all

inxi -Sr

Code: Select all

apt-cache policy thunderbird

Code: Select all

apt-cache policy hunspell-en-us
the ber

Re: UP7 kills Thunderbird

Post by the ber »

Thanks for the reply. Here are the results. (Sorry I don't know how to format them nicely)

bluebird2 theber # inxi -Sr
System: Host: bluebird2 Kernel: 3.10-2-686-pae i686 (32 bit) Desktop: Cinnamon 1.8.8 Distro: Linux Mint LMDE
Repos: Active apt sources in file: /etc/apt/sources.list
deb http://linux-mint.froonix.org/ debian main upstream import

bluebird2 theber # apt-cache policy thunderbird
thunderbird:
Installed: (none)
Candidate: (none)
Version table:

bluebird2 theber # apt-cache policy hunspell-en-us
hunspell-en-us:
Installed: 20070829-6
Candidate: 20070829-6
Version table:
*** 20070829-6 0
100 /var/lib/dpkg/status
Monsta
Level 10
Level 10
Posts: 3071
Joined: Fri Aug 19, 2011 3:46 am

Re: UP7 kills Thunderbird

Post by Monsta »

the ber wrote:Here are the results. (Sorry I don't know how to format them nicely)
Use the "code" tag when you write a post.
the ber wrote:

Code: Select all

Repos:     Active apt sources in file: /etc/apt/sources.list
           deb http://linux-mint.froonix.org/ debian main upstream import
I don't know if it's also due to "some instructions from another site", but this sources.list lacks some entries.
Run this:

Code: Select all

gksu gedit /etc/apt/sources.list
and change the contents of the file to this:

Code: Select all

deb http://packages.linuxmint.com/ debian main upstream import
deb http://debian.linuxmint.com/latest testing main contrib non-free
deb http://debian.linuxmint.com/latest/security testing/updates main contrib non-free
deb http://debian.linuxmint.com/latest/multimedia testing main non-free
Save it and then run this:

Code: Select all

mint-choose-debian-mirror
Select the fastest mirror there (warning: never choose mirrors.fe.up.pt - it's broken).
After that, run this:

Code: Select all

sudo apt-get update && sudo apt-get dist-upgrade
Come back when it's done, we're not finished yet. :)
the ber

Re: UP7 kills Thunderbird

Post by the ber »

OK, I made it this far...
Monsta
Level 10
Level 10
Posts: 3071
Joined: Fri Aug 19, 2011 3:46 am

Re: UP7 kills Thunderbird

Post by Monsta »

Now remove Thunderbird you've tried to install manually and then run this:

Code: Select all

sudo apt-get install hunspell-en-us=20070829-5

Code: Select all

sudo apt-get install thunderbird
the ber

Re: UP7 kills Thunderbird

Post by the ber »

It worked :D but, :? the Thunderbird version is Chinese or Japanese or something.
Monsta
Level 10
Level 10
Posts: 3071
Joined: Fri Aug 19, 2011 3:46 am

Re: UP7 kills Thunderbird

Post by Monsta »

Well, I cannot know what language do you need, so you'll have to choose the language pack by yourself.
You can find them via Synaptic (search for thunderbird-l10n) or by using aptitude from the command line:

Code: Select all

aptitude search thunderbird-l10n
After that, just install the language pack that suits you.
the ber

Re: UP7 kills Thunderbird

Post by the ber »

Perfect :D . When I restarted Thunderbird it even found all the mails and settings by itself (which I did not expect).
Thanks for the time!
Locked

Return to “LMDE Archive”