Open miguel-rn opened 1 year ago
Hi @miguel-rn, sorry for the late response, but thanks for your input! It would be very nice if you could write up the details in the wiki
about the python vs python3, we're probably about the time where it's reasonable to default to python3
Just wanted to suggest that this browser could possibly be supported but mostly to document my experience with the Native Bridge installation process for others.
I can confirm this extension works perfectly on Vivaldi (Chromium-based browser) on Linux.
Native Bridge also works. I was able to install it by changing the Chromium path to Vivaldi's in the Python script.
Also I had an issue where the installed script (located in "~/bin/" on Mac OS) was failing for some reason... I figured out the issue was that my Python path variable is
python3
notpython
so I changed the shebang line to#!/usr/bin/env python3
and, voila. Mac OS users that install python via homebrew without setting env variable will face this issue.