Comment 3 for bug 562580

Revision history for this message
David Murphy (schwuk) wrote :

As Marc says, the issue is that when we call `gnome-open` with a URL that uses the file scheme, gvfs uses the MIME type of the local submission report (application/xml) to determine which application should be used. In this case, firefox.desktop remains the default application for XML files even if you have set another browser to be your default.

Realistic solutions for this bug could be:

 * Bypass - use an internal browser (WebKit) to render the submission report
 * Embrace - generate a HTML representation of the report

Any other suggestions?