ff will not open thunderbird

Bug #148008 reported by cjae
36
Affects Status Importance Assigned to Milestone
firefox (Ubuntu)
Invalid
Undecided
Rolf Leggewie

Bug Description

In Xubuntu in firefox when selecting File -> send link does not open thunderbird. Also clicking on a mailto: link in a web page does not open thunderbird.

Both of these programs are set in preferred applications.

Thank You and I apologize if I over looked something minor.

p.s evolution used to open correctly in both scenarios, I tried removing it to see if that helped and nothing.

Revision history for this message
cjae (cjae1) wrote :

I received an email about this being fixed in package mozilla-firefox and has not yet resolved my issue.

Revision history for this message
John Pye (jdpipe) wrote :

I have seen this bug too since upgrading from Ubuntu 7.04 to Ubuntu 7.10. To show what's happening I got to 'about:config' and I edit this key

  network.protocol-handler.warn-external.mailto

and set it to 'true' instead of the default (which is false). Next I go to:

  http://www.ianr.unl.edu/internet/mailto.html

And I click one of the links. I get a warning saying that Firefox is going to run the command "mozilla-thunderbird %s". But there is no such program on my system. I believe that "mozilla-thunderbird" was renamed to just "thunderbird" in the latest release, and the Firefox protocol handlers somehow haven't been updated, or perhaps are stored in the user profile and can't be automatically updated...?

In any case, a hacky workaround is

  gksudo gedit /usr/bin/mozilla-thunderbird

Paste in the following text:

#!/usr/bin/env python
import os, sys
prog = "/usr/bin/thunderbird"
os.execvp(prog,tuple([prog]+sys.argv[1:]))

Then save and exit gedit.

Then:

  sudo chmod +x /usr/bin/mozilla-thunderbird

This works for me.

Revision history for this message
Rolf Leggewie (r0lf) wrote :

Thanks guys for reporting this problem.

FWIW, it works fine here on gutsy. Do you still see this problem? What version of Thunderbird and FF?

Changed in mozilla-firefox:
assignee: nobody → r0lf
status: New → Incomplete
Revision history for this message
Rolf Leggewie (r0lf) wrote :

I am closing this report now. Feel free to reopen it with more information. Thank you.

Changed in mozilla-firefox:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.