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?
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?
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.