skandasoft / open-in-browsers

Open in Different Browsers - IE/Chrome/Firefox/Opera/BrowserPlus
MIT License
21 stars 7 forks source link

Can't open Chrome out of the box #38

Closed EdwinHuijsing closed 7 years ago

EdwinHuijsing commented 7 years ago

While testing i tried to use Chrome, but no chrome and no message could be found. Firefox work, so i opened the code to check. In lib/config.coffee i changed this

      linux:
        Chrome:
-         cmd: 'google-chrome '
+         cmd: 'chromium-browser '
        Firefox:
          cmd: 'firefox '
        Safari:
          cmd: 'safari '
        Opera:
          cmd: 'opera '

This is on Megeia, i don't know about other distros. Can it be that the Chrome command line name is different on other distros?

skandasoft commented 7 years ago

can you check in command prompt what will work for chrome and send me the details

skandasoft commented 7 years ago

Use your own path in the filler browsers ..in the latest patch