Forum Discussion

TheFlyingCelt's avatar
TheFlyingCelt
New Contributor
1 month ago
Solved

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...
  • TheFlyingCelt's avatar
    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