Whenever clicking a link that should open chrome, like for example a link in the terminal, I always got a new chrome window with a blank page. Turns out it was because the file in $HOME/.local/share/applications/google-chrome.desktop had this as Exec:
Exec=/opt/google/chrome/chromeinstead of:
Exec=/opt/google/chrome/chrome %UFound the answer here