fixing chrome's open link blank page behaviour

Developer from somewhere

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/chrome

instead of:

Exec=/opt/google/chrome/chrome %U

Found the answer here