Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

is there an option to change my default browser for all my applications in Ubuntu 11.10?

share|improve this question

3 Answers

up vote 14 down vote accepted

Have a look at your system-settings -> system info:

enter image description here

share|improve this answer
Thanks! The simple stuff is so elusive at times! – Ederico Nov 14 '11 at 22:54
If that is the very good mark in your answer, done. – Ederico Nov 15 '11 at 11:08

If your preferred browser isn't in that menu or you prefer doing it from the command line, this command will let you do the same thing as in fossfreedom's answer:

xdg-settings set default-web-browser name-of-browser.desktop

E.g.:

xdg-settings set default-web-browser firefox.desktop

or

xdg-settings set default-web-browser chromium-browser.desktop

or

xdg-settings set default-web-browser google-chrome.desktop
share|improve this answer

You can also change after installing Chromium browser by going into preferences. I suggest Chromium is the best browser.

share|improve this answer
"the best" is a too personal opinion, don't you think? – Tom Brito May 24 '12 at 18:32

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.