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. -- sensible-browser not using user's browser from gnome-default-applications-properties https://launchpad.net/bugs/69069 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
