When I open an external browser from my RCP application using:
PlatformUI.getWorkbench().getBrowserSupport().getExternalBrowser().openURL(url)
It opens firefox instead of the default system browser (chrome) on Linux (Ubuntu). My default browser is configured correctly through update alternatives, and links from Eclipse actually open in Chrome. The mime text / html type is also set to chrome.
source share