Comment 1 for bug 69069

Revision history for this message
dhenry (tfc-duke) wrote :

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.