DefaultApplicationsFirefox

Differences between revisions 7 and 9 (spanning 2 versions)
Revision 7 as of 2005-11-05 16:41:18
Size: 2507
Editor: 206_220_103_66-WIFI_HOTSPOTS
Comment: make implementation explicit
Revision 9 as of 2005-11-13 00:37:50
Size: 2561
Editor: 203-173-157-59
Comment:
Deletions are marked like this. Additions are marked like this.
Line 44: Line 44:

 * Could this work be duplicated into thunderbird?

Status

Summary

http://bugzilla.ubuntu.com/show_bug.cgi?id=7023 BR http://bugzilla.ubuntu.com/show_bug.cgi?id=18661 BR http://bugzilla.ubuntu.com/show_bug.cgi?id=8911.

Firefox should use the same default applications for opening unknown file types as GNOME, ideally through proper integration with GNOME, or at a minimum ship its own matching default settings.

When it needs to ask about, or the user wants to specify, the application to use, this should not be done by offering a filesystem hierarchy browser.

Rationale

Firefox's current mechanisms for determining which program to run are (a) inconsistent and (b) broken.

Design

The behaviour should be as follows:

  • If the file's mime-type can be handled by firefox internally then firefox should do so.
  • If it cannot, then firefox should do with the file what Nautilus would do with it except that if that involves executing the file it should want to save it to disk.
  • There should be a way to tell firefox `open with ...' which should provide the options
    1. firefox's internal display engine treating the file as html
    2. firefox's internal display engine treating the file as text/plain
    3. save to disk
    4. same as Nautilus open with.

Getting this correct may not be feasible given the current parlous state of the mime handling system in at least firefox 1.0.7. But we will try to get as close as possible.

Implementation

We will review available patches for integrating with the XDG MIME standard (which would provide behaviour matching that of GNOME applications) and merge them unless they are objectionable.

If completely correct behaviour cannot be achieved with only a reasonably sized patch(set) relative to upstream or Debian, then we will try to do the best we can without excessive divergence.

Comments and suggestions

  • JeffWaugh: Red Hat have patches, which may be upstream in the 1.5 branch, to integrate with the xdg-mime standard (instead of mailcap). On top of that, we may want to do some mailcap/xdg-mime synchronisation, so that other apps (such as mutt) can take advantage of the xdg-mime information.

  • MarkShuttleworth: We don't want to see the "do you want to do this by default?" box - just DOIT! If the Red Hat patches don't land, we want to hard code this. (JeffWaugh: ... or fix mailcap, by hardcoding or synchronising.)

  • Could this work be duplicated into thunderbird?

DefaultApplicationsFirefox (last edited 2008-08-06 16:32:37 by localhost)