SOLVED Thunderbirds are not go!

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
xendistar
Level 1
Level 1
Posts: 48
Joined: Sun May 08, 2011 6:39 am

SOLVED Thunderbirds are not go!

Post by xendistar »

I am running Debian mint with all the current updates. I have installed Thunderbird (v3.1.7?) from the repo. I want to run the latest version Thunderbird 6 (so I can use lightning), so I downloaded the latest tarball from Mozilla and extracted it to my home folder. Now the problem is it refuse to run, I have clicked on the thunderbird excutable but nothing happen, I have opened a terminal changed to the thunderbird directory in my home folder and typed thunderbird at the cli and I get bash: /usr/bin/thunderbird: No such file or directory (see below)

Code: Select all

mit@vulcan ~/thunderbird $ ls
application.ini    libfreebl3.chk    libplc4.so              plugin-container
blocklist.xml      libfreebl3.so     libplds4.so             precomplete
chrome             libldap60.so      libprldap60.so          README.txt
chrome.manifest    libldif60.so      libsmime3.so            removed-files
components         libmozalloc.so    libsoftokn3.chk         run-mozilla.sh
crashreporter      libmozsqlite3.so  libsoftokn3.so          Throbber-small.gif
crashreporter.ini  libnspr4.so       libssl3.so              thunderbird
defaults           libnss3.so        libxpcom.so             thunderbird-bin
dictionaries       libnssckbi.so     libxul.so               update.locale
extensions         libnssdbm3.chk    mozilla-xremote-client  updater
icons              libnssdbm3.so     omni.jar                updater.ini
isp                libnssutil3.so    platform.ini
mit@vulcan ~/thunderbird $ thunderbird
bash: /usr/bin/thunderbird: No such file or directory
Now I am guessing this is to do with the installed version of Thunderbird. I did rename the file in /usr/bin (bt adding the word old to it) and I did the same with the folder in /opt/ and the .thunderbird folder in my home folder, do I have to uninstall the previous version of Thunderbird?

Can anybody advise the correct course of action???
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
xenopeek
Level 25
Level 25
Posts: 29597
Joined: Wed Jul 06, 2011 3:58 am

Re: Thunderbirds are not go!

Post by xenopeek »

Hi, open a terminal:

Code: Select all

cd ~/thunderbird
./thunderbird
Image
User avatar
Roken
Level 5
Level 5
Posts: 737
Joined: Fri Nov 19, 2010 4:55 pm
Location: Newport, S Wales

Re: Thunderbirds are not go!

Post by Roken »

You can run it with the fully qualified path - ~/thinderbird/thiunderbird - or you can copy the thunderbird folder to /opt to make it work like any other application (ie. just run thunderbird, set up a launcher, etc).
Kernel Linux Tex 5.12.14-zen1-1-zen, XFCE
Arch
Dual GTX1070 8Gb
AMD Ryzen 1800X
32Gb RAM
xendistar
Level 1
Level 1
Posts: 48
Joined: Sun May 08, 2011 6:39 am

Re: Thunderbirds are not go!

Post by xendistar »

xenopeek wrote:Hi, open a terminal:

Code: Select all

cd ~/thunderbird
./thunderbird
I knew it was something simple I was missing.

How do I enter that command in to the application launcher on the start menu, when I try it does not start, I chnaged the /opt/thunderbird/thunderbird %u to /home/mit/thunderbird./thunderbird and it won't launch??

Thanks again for the help
User avatar
xenopeek
Level 25
Level 25
Posts: 29597
Joined: Wed Jul 06, 2011 3:58 am

Re: Thunderbirds are not go!

Post by xenopeek »

Change the Command for the start menu item to:

Code: Select all

sh -c "cd ~/thunderbird; ./thunderbird"
Image
xendistar
Level 1
Level 1
Posts: 48
Joined: Sun May 08, 2011 6:39 am

Re: Thunderbirds are not go!

Post by xendistar »

Sorted, although I had to delete the current Thunderbird icon and make a new one, as it would not work by just changing the command in the existing listing for some reason.

Thank You
Locked

Return to “Software & Applications”