Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
2 years ago1Password extension unable to connect to desktop app on Linux
💫 Looking for desktop app com.1password.1password background.js:2
📤 Sending <NmRequestAccounts> message to native core <2411649616> background.js:2
Received <BrowserVerificationFailed> fr...
FrankyO1P
1Password Team
2 years agoHi @Derock,
Vivaldi is currently not on our supported list. However, like you discovered you can added it to the custom_allowed_browsers
file.
Here's how to do it for others who may run into this issue:
- Open a terminal, and run
sudo mkdir /etc/1password
(if you've done this already, you can skip it). - Run
cd /etc/1password
. - Run
sudo nano custom_allowed_browsers
. - Feel free to use your preferred text editor in place of nano
- Paste in the appropriate browser binary name - such as
vivaldi-bin
. - Save the file - in Nano, this is done by
Ctrl+x -> y -> Enter
- In terminal, run
sudo chown root:root /etc/1password/custom_allowed_browsers && sudo chmod 755 /etc/1password/custom_allowed_browsers
- Run 1Password - it will read our new config file and make the appropriate connections.
Franky