Skip to content

Commit

Permalink
grass startup: added support for google-chrome and chromium (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Nov 18, 2019
1 parent 7c1a6c2 commit 54ec55e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/init/grass.py
Expand Up @@ -692,8 +692,8 @@ def set_browser():
else:
# the usual suspects
browsers = ["xdg-open", "x-www-browser", "htmlview", "konqueror", "mozilla",
"mozilla-firefox", "firefox", "iceweasel", "opera",
"netscape", "dillo", "lynx", "links", "w3c"]
"mozilla-firefox", "firefox", "iceweasel", "opera", "google-chrome",
"chromium", "netscape", "dillo", "lynx", "links", "w3c"]
for b in browsers:
if find_exe(b):
browser = b
Expand Down

0 comments on commit 54ec55e

Please sign in to comment.