You are not logged in.
Pages: 1
Hi forum members,
I keep getting this message when I click on the Thunderbird 11.0 icon:
"Thunderbird is already running, but is not responding. To open a new window, you must first close the existing Thunderbird process, or restart your system."
How can this be fixed?
I am very new to SliTaz 4.0 but I have used Xubuntu Linux.
Thank you for your time,
Networks2011
Offline
Run [c]killall thunderbird[/c] from terminal
Offline
The maintainer of the Thunderbird tazpkg (domcox) has confirmed there is a problem but hasn't fixed it.
http://forum.slitaz.org/topic/thunderbird-no-iniciater
Offline
Thanks for getting back to me so fast. I could try and remove the parent lock file. Any tips on that?
What other popular email clients do work and can it work with Tor? I would not like to give up on SliTaz yet.
Offline
if the problem is with the slitaz port (which it seems to be)
download thunderbird from the mozilla site,
as a root user,
unzip it in say, /opt/thunderbird
and run /opt/thunderbird/thunderbird
(or create a link to it:
ln -s /opt/thunderbird/thunderbird /usr/bin/thunderbird)
Offline
Hi all,
I'm working on. Problem is that building thunderbird on my own system takes at least 3 hours so I need time to fix it.
domcox
Offline
try creating a script called /usr/bin/thunderbird for a temporary fix:
[c]
#!/bin/sh
killall thunderbird 2>/dev/null
sleep 0.3
exec /opt/thunderbird/thunderbird
[/c]
Offline
This bug occurs only at first startup. Something is wrong in the main mimeTypes (.rdf) file.
For a quick workaround:
as root:
[c]# rm /usr/lib/thunderbird/defaults/profile[/c]
If as a user, you had thunderbird running before, that's all.
But for every user who tried to run thunderbird and got the message "If you had thunderbird running before, you have nothing to do...:", delete the user's profile:
[c]$ rm -r .thunderbird[/c]
A new package will show up soon.
Offline
Pages: 1
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]