Browse Source

grass startup: added support for google-chrome and chromium (#201)

Markus Neteler 5 years ago
parent
commit
57908a7ca0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/init/grass.py

+ 2 - 2
lib/init/grass.py

@@ -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