An other quick fix is to add "gnome-open" with update-alternatives so that it will be called by sensible-browser:
sudo update-alternatives --install /usr/bin/x-www-browser x-www-browser /usr/bin/gnome-open 150
sudo update-alternatives --config x-www-browser
gnome-open should run the appropriate program given the url.
An other quick fix is to add "gnome-open" with update-alternatives so that it will be called by sensible-browser:
sudo update-alternatives --install /usr/bin/ x-www-browser x-www-browser /usr/bin/gnome-open 150
sudo update-alternatives --config x-www-browser
gnome-open should run the appropriate program given the url.