You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 not python 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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: