[SOLVED] 1Password on Bazzite
In the past, I've been able to get 1Password browser integration with Vivaldi by following this post here: https://forum.vivaldi.net/topic/91288/1password-extension-doesn-t-unlock-in-step-w-the-1password-desktop-application
which outlines adding the file
which outlines adding the file
/etc/1password/custom_allowed_browsers and putting vivaldi-bin into the file. This has not worked for me yet in Bazzite. Both 1Password and Vivaldi are installed with layering, so they should be able to communicate properly, as there's no sandboxing. Can anyone help me understand what's going on?Vivaldi Forum
Note: These instructions are for the Linux desktop, but this issue will occur on all platforms. I just don't have a solution for Windows or Mac or anything e...

Solution
Here's what I think happened.
- I installed 1Password using the .rpm file.
- It created a symlink for /opt/1Password, possibly due to how the atomic distro works, or maybe that's just normally how this gets installed
- I then uninstalled 1Password, but the symlink was left behind (broken) (I can't remember why I did this)
- I re-installed 1Password, but using the tar method. This overwrote the symlink, as it's a manual process
- I ran into the exact same issue I just showed you. The Read-only filesystem would not let me install properly
- I then installed using the .rpm file again, but I did not first remove the manual installation. This would have effectively broken the chain of dependencies (I suspect) resulting in the issues I've been having, especially if the .rpm chose not to overwrite the pre-existing contents of /opt/1Password
tar method again, and asked that I completely uninstall the old installation. This included deleting the contents of /opt/1Password. While this didn't work, it did make me realize that the .rpm version of the installation expected /opt/1Password to not already exist, and so there were installation problems.