despite several attempts at making Google Chrome work as my default browser I simply cannot.
I've read countless threads on the internet, checked mimeapps.list and so on, tried about anything, from simple system configuration by going to settings and change as the default browser there, which, for some odd reason, won't allow me to set a default browser, to more advanced terminal scripting.
This is a clean install of Ubuntu 12.10 x64 bit updated to the latest version including kernels.
When I tried, choosing the default browser from System Settings worked for me. Here is the procedure.
If this is not working, then uninstall your chrome. Install it using Ubuntu Tweak and Try the procedure above. Ubuntu Tweak is a must have application. To install Chrome using Ubuntu Tweak
When installation is over, launch chrome. At the first launch, it will ask if you want to set Chrome as default browser. You can choose Yes then otherwise you can set it from System Settings > Details > Default Applications > Web.
As I already answered earlier on this question:
There are a number of places an application might figure out which browser to launch and unfortunately there is no established standard. If the other answers don't work for you (as was the case for me with Skype) you could try:
$BROWSER
environment variable/usr/bin/x-www-browser
, which is configured via the alternatives mechanism:sudo update-alternatives --config x-www-browser
(which is what Skype is launching it seems)