8

Firefox claims it's the default browser (Edit -> Preferences -> Advanced -> Check Now), Preferred Application also lists it as the default, but x-www-browser runs Chrome. Is there really more than one setting for the Ubuntu default browser?

Jorge Castro
  • 71,754
l0b0
  • 8,819

1 Answers1

2

Honestly, I don't know where the Firefox / Preferred Application setting lives. However, x-www-browser is managed by the "alternatives" system in dpkg. You can interactively change it by typing this at a command prompt:

sudo update-alternatives --config x-www-browser

So, not a complete answer but might let you straighten things out and move on :)

Update This page describes where Gnome keeps its preferred applications settings. The page refers to Linux Mint, but the same principles should apply: http://www.libre-software.net/change-the-default-application-linux-mint-ubuntu

So yes, they're different.

  • Thanks Andrew, that worked for me. I have submitted a bug report to Firefox after reading your answer. https://bugzilla.mozilla.org/show_bug.cgi?id=1218174 – dotnetCarpenter Oct 25 '15 at 13:36