It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
 Forum Discussion
Former Member
3 years agoApp and browser integration?
I use 1Password at home and at work, and neither place does the browser integration unlock with the app like it's supposed to.
Now, I know I'm not exactly using the most common configuration here. This is more a post to see if anyone else has gotten it to work than a complaint. At both work and home, I run the KDE desktop, wayland, and the Vivaldi browser. The only real difference is I use Fedora at work and Arch at home. Unfortunately, between the 4 or so devices that makes up, none of them can unlock the browser extension automatically. I've tried cycling both the app and extension, but the extension always just says,
"Problem connecting. ⬤ Please make sure the 1Password app is unlocked."
I can't actually copy paste that, so I typed it by hand. Also, the circle has a color, but I'm colorblind and I'm not sure what color it is... 
Anyway, love 1Pass, but this has been bugging me for weeks now so I figured I'd ask around and see if anyone knew a way to fix it.
1Password Version: 8.10.16
Extension Version: 2.16
OS Version: Arch Linux
Browser: Vivaldi
11 Replies
- FrankyO1P1Password Team Hi @Eragon615, Thanks so much for writing in! On Linux, 1Password checks browsers against a baked-in list of supported browsers, and only connects to those browsers. However, it is possible to add Vivaldi to a list of custom supported browsers, and this will let 1Password in your browser connect to the 1Password desktop app. Here's how to do it: - 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 operaor in this casevivaldi-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.
 Let me know how that goes or if you have any questions. Franky 
- Open a terminal, and run