Lotus Notes default browser on Linux
(in ComputingIBM on 2010/05/30)
Lots of people quickly realize that Lotus Notes has it’s own unusual take of the systems default web browser — the only option it provides other than some built-in mozilla-based browser that uses its own awful eclipse workbench.
http://biounix.blogspot.com/2010/03/setting-default-browser-for-lotus-notes.html finally clued me in to how to change this thing (it’s not in synch with gnome, kde, or any alternative in /usr/bin).
$ xdg-mime query default text/html
firefox.desktop
$ xdg-mime default google-chrome.desktop text/html
$ xdg-mime query default text/html
google-chrome.desktop
And Lotus Notes complies!
