AHA ! There's something fishy about the dialog to select the default browser.
Before starting Chrome:
- Code: Select all
xdg-settings get default-web-browser
custom-WebBrowser.desktop
When Chrome starts to sees it isn't the default browser and thus asks whether it can set it as such. So after doing that:
- Code: Select all
xdg-settings get default-web-browser
google-chrome.desktop
After that my IDE (IntelliJ) wants to open a url. As a result a small popup dialog comes up asking me to select the default browser. Strange but okay. When Chrome is selected:
- Code: Select all
xdg-settings get default-web-browser
custom-WebBrowser.desktop
Which brings us back to the situation before the very first start of Chrome. Etc...

It looks to me there's a little bug in the popup window. And I won't be surprised if this is due to the fact I'm running the XFCE version of LMDE - but it's full of Gnome stuff in there too.