Comment 3 for bug 406352

Revision history for this message
Paul Sladen (sladen) wrote : Re: Can't connect with Firefox 3.5 only on new machine

Trying to track down what's happening here with 'strace xdg-open foo.html':

  /usr/share/applications/mimeinfo.cache

contains:

  text/html=epiphany.desktop;firefox.desktop;

which results in a read of:

  /usr/share/applications/firefox.desktop

which lists:

  Exec=firefox %u

which causes:

  execve("/usr/bin/firefox", ["firefox", "foo.html"], ...)

Now which of those are different/incorrectly set on a manually performed firefox-3.5 install?