Here is the issue I'm having. When I click on a link in a program (Thunderbird mail, Steam, ect), my default browser (Chrome) opens up and displays only the main page with my most visited sites as opposed to the links address.
I'm running Ubuntu 15.10 and have tried with both Chrome and Firefox. For the most part it isn't such an issue as I can just right click, copy link and paste into the browser. It is, however, something that has bugged me since installing Ubuntu and any help in correcting this would be appreciated.
Okay, i found this on the Ubuntu forums, maybe this will work?
In file: $HOME/.local/share/applications/google-chrome.desktop
find the line: Exec=/opt/google/chrome/chrome
and add a space and %U: Exec=/opt/google/chrome/chrome %U
then save the file.