Firefox is not showing in system-settings - system info. So I cannot use the menu to choose it.
Is there a config file or something I can edit to make Ubuntu aware that Firefox exists on my system, and allow me to set it as my default browser?
Firefox is not showing in system-settings - system info. So I cannot use the menu to choose it.
Is there a config file or something I can edit to make Ubuntu aware that Firefox exists on my system, and allow me to set it as my default browser?
Run in a terminal:
sudo update-alternatives --config x-www-browser
The output should look like this:
There are 3 choices for the alternative x-www-browser (providing /usr/bin/x-www-browser).
Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/bin/epiphany-browser 85 auto mode
1 /usr/bin/chromium-browser 40 manual mode
2 /usr/bin/epiphany-browser 85 manual mode
3 /usr/bin/firefox 40 manual mode
Press enter to keep the current choice[*], or type selection number: 3
update-alternatives: using /usr/bin/firefox to provide /usr/bin/x-www-browser (x-www-browser) in manual mode.
Choose what you want to set as default.
There is only one alternative in link group x-www-browser: /usr/bin/chromium-browser Nothing to configure.
– dunderhead
Feb 02 '12 at 08:13
sudo update-alternatives --config x-www-browser
gives: There is only one alternative in link group x-www-browser: /usr/bin/chromium-browser Nothing to configure.
– dunderhead
Feb 02 '12 at 09:08
The software centre version of Firefox has Ubuntu Firefox Modifications to enable it to work and integrate with Ubuntu better. The linux version you can download from Mozilla direct does not have this add on so that is likely the reason why you cannot integrate it into the system as you wish.
I guess your option here is to live with what you have or try and install the Ubuntu version and troubleshoot the issues with it.
I had problem with mozillateam ppa for firefox-stable.
This will do the trick
sudo add-apt-repository ppa:mozillateam/firefox-next
sudo apt-get update
sudo apt-get install firefox # (even if you have `firefox` installed)
You will have the latest version of Firefox which is currently v 10.
Then try System Settings → System Info → Default Applications. There change the Web. Firefox must be there this time.
You can go to System Settings > System Info > Default Applications. There change the Web.
This doesn't precisely answer the question you asked, but should neatly side-step it and save you trouble in future, I hope:
Install the "official" firefox package from here: https://launchpad.net/~mozillateam/+archive/firefox-stable
Bacically, you just register the PPA in your machine's "software sources" and then install Firefox from the software centre (make sure it's refreshed its package list first), and you'll get the latest and greatest, and the updates will come automatically along with the rest of the packages.
When I first learned of Ubuntu everyone was positive about it. But now it seems there are people who are not so happy (who often get called trolls) and I can see why. Remember when Microsoft tightly integrated Internet Explorer with the operating system and people weren't happy? So why has Ubuntu done this with Firefox? Why can't we have a plain install as in Ubuntu 10?
– dunderhead Mar 19 '12 at 06:38