Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
TheFlyingCelt
1 month 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...
- 1 month 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
1 month 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