Level up your business security with free, on-demand training and certification. Explore 1Password Academy today →
Forum Discussion
TheFlyingCelt
3 months agoNew Contributor
No browser integration on Zorin OS 18 (Ubuntu 24.04 Base) - Vivaldi/Brave
System & Context:
OS: Zorin OS 18 (based on Ubuntu 24.04 LTS)
Kernel: 6.5.x (Modern)
Security: Secure Boot is ENABLED
App Version: Latest official Linux .deb (8.12.0+)
Issue: Light remain...
- 3 months ago
Thanks to Brendan from 1Password I've found the solution and I'm going to share it here if someone should encounter the same issue.
This is the "magic" command to write in the terminal:
sudo mkdir -p /etc/1password && printf "vivaldi-bin\nbrave-bin\n" | sudo tee /etc/1password/custom_allowed_browsers > /dev/null
I hope it helps
TheFlyingCelt
3 months agoNew Contributor
Thanks to Brendan from 1Password I've found the solution and I'm going to share it here if someone should encounter the same issue.
This is the "magic" command to write in the terminal:
sudo mkdir -p /etc/1password && printf "vivaldi-bin\nbrave-bin\n" | sudo tee /etc/1password/custom_allowed_browsers > /dev/null
I hope it helps