jarun / googler

:mag: Google from the terminal
GNU General Public License v3.0
6.11k stars 529 forks source link

Googler doesn't use default browser #414

Closed tommyalatalo closed 3 years ago

tommyalatalo commented 3 years ago

I just installed googler and tried it, I have Brave as my default browser but googler opens links with Firefox. Which mimetype does googler use for opening urls? I've checked with handlr and I can't find any that are wrong.

Or is there some other way that you're supposed to configure googler with?

jarun commented 3 years ago

Please export $BROWSER. That's how Python works. googler can't change that.