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
jbhardman
3 years agoNew Contributor
Browser - Desktop Integration Vivaldi on Linux Doesn't Work
I use Vivaldi for my work browser and MS Edge for my personal browser. On my work Mac, both browsers integrate as expected with the desktop app for automatic unlocking, etc. On Linux, only Edge does ...
PeterG_1P
1Password Team
3 years agoHi jbhardman, thanks for raising this issue.
"Vivaldi isn't on our list of browsers that we support by default on the Linux platform. That means you'll need to do a few things to get it working with 1Password.
- Ensure that 1Password for Linux is installed along with 1Password in your browser, and that browser integration is enabled from Settings → Browser within 1Password for Linux.
- Close 1Password completely.
- Pop open a terminal, and run
sudo mkdir /etc/1password
. - Run
cd /etc/1password
. - Run
sudo gedit custom_allowed_browsers
. - Paste in the appropriate browser code - such as
opera
orvivaldi-bin
. (the binary name) - Save the file.
- 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.
- Launch your browser. 👍
I hope this is helpful - let me know if this resolves the issue for you!