Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
4 years ago1password for firefox refuses to connect to the Linux desktop app
I've tried it with https://addons.mozilla.org/en-US/firefox/addon/1password-x-password-manager/ that "Get 1Password for Your Browser" sends me to, as well as https://1password.com/browsers/beta/firefox/ which I've traditionally had better luck using. They both behave the same way
I don't want to "login to 1password.com" because I have (and I'm not exaggerating) 17 containers just in this one profile, so the desktop app is the source of truth for credentials and previously worked fine
This is with "firefox 100.0 (64-bit)"
1Password Version: 8.7.0
Extension Version: 2.3.3
OS Version: ubuntu 22.04
4 Replies
- Former Member
koom thanks for sharing!
- koomNew Contributor
I was struggling to get the firefox developer edition (installed in /opt) to connect to the desktop app, and this is what solved it. Thanks @mdaniel!
chown -R 0:0 /opt/firefox-developer-edition
Unfortunately just running
chown
on the binary didn't work, the log complained that the directory also didn't have the correct permissions. - Former Member
so, after going down https://1password.community/search?adv=1&search=NativeMessagingHosts&title=&author=&cat=75&subcats=1&tags=&discussion_discussion=1&comment_comment=1 based on https://1password.community/discussion/129789/browser-desktop-integration-vivaldi-on-linux-doesnt-work mention, it turns out https://1password.community/discussion/comment/608683/#Comment_608683` was the secret sauce, although the error message was aggressively unhelpful
Additional error context: Failed to verify browser permissions
It seems by "browser permissions," they mean that the binary must be
chown 0:0
-- having it owned by your UID causes the extension to silently nope outHow hard would it have been to say that in the logs, or for heaven's sakes to include something helpful in the "Browser" settings panel that says "oh, we saw your connection from firefox-bin but it's currently owned by user 1000 and we require it to be owned by 0" or even "we rejected a browser connection, please check $HOME/.config/1Password/logs/BrowserSupport for more details"
So much waste of human capital
- Former Member
Same error