Forum Discussion

Former Member's avatar
Former Member
4 years ago

Extension fails to connect to the app on Vivaldi in Linux Mint

Browser: Vivaldi 5.1.2567.39 (Stable channel) stable (64-bit)

The extension does not work with the desktop app. I have to unlock them separately.

When I use the extension in Vivaldi Browser, the extension logs to the console:
Received <BrowserVerificationFailed> from the native core

In ~/.config/1Password/logs/BrowserSupport/1Password_rCURRENT.log I get:
```
INFO 2022-02-18T11:39:22.967 main(ThreadId(1)) [1P:native-messaging/op-browser-support/src/main.rs:69] Starting 1Password-BrowserSupport 8.5.0 production build no. 80500121.
INFO 2022-02-18T11:39:22.977 main(ThreadId(1)) [1P:native-messaging/op-browser-support/src/browser_verification/linux.rs:31] Verifying browser "/opt/vivaldi/vivaldi-bin (deleted)"
ERROR 2022-02-18T11:39:22.995 main(ThreadId(1)) [1P:native-messaging/op-browser-support/src/main.rs:84] BrowserProcessVerification(Io(Os { code: 2, kind: NotFound, message: "No such file or directory" }))
Happened in: native-messaging/op-browser-support/src/browser_verification/linux.rs:40
Additional error context: Failed to verify browser permissions
INFO 2022-02-18T11:39:22.995 main(ThreadId(1)) [1P:native-messaging/op-browser-support/src/main.rs:100] Shutting down 1Password-BrowserSupport 8.5.0 production build no. 80500121.

``
The file /opt/vivaldi/vivaldi-bin is there:
-rwxr-xr-x 1 root root 202902416 Feb 15 13:46 /opt/vivaldi/vivaldi-bin*`

Any suggestions? Thank you.

7 Replies

  • 1P_PeterG's avatar
    1P_PeterG
    Icon for Community Manager rankCommunity Manager

    Thank you @schlameel, we appreciate the feedback here - and glad to know that Savanni's advice resolved the issue!

    Likewise blau thank you for letting us know this is resolved for you, and if you have any further issues we'll be happy to assist.

  • blau's avatar
    blau
    New Contributor

    awesome... thanks! I had the same problem. Initially I thought it was because I am using wayland but it turns out as simple as the solution suggested here

  • Former Member's avatar
    Former Member

    I did, what I felt was, a pretty thorough search to solve the problem (I'd guess 15-30 minutes). Searching now for "custom_allowed_browsers" I can find the solution on other threads. I even found /etc/share/doc/1password/examples/custom_allowed_browsers", but that's the only thing in that 1password folder. No man pages, no reason to think to look there in the first place.

    While I realize I am very much a corner case (Linux with Vivaldi, though not so corner that it isn't documented in that example file ;-) ), if 1Password has some method by which these kinds of issues could be surfaced more directly than in the text of a community support forum (which again, I read through tens of posts) that might be useful.

    But mostly... @Savanni ROCKS!!! Thanks a million.

  • Former Member's avatar
    Former Member

    Thanks for the vote of support, @schlameel . I'm going to make sure we have an issue for tracking this, though, because the error message is a bit misleading.

  • Former Member's avatar
    Former Member

    BOOM! I created /etc/1password/custom_allow_browsers and added the single line "vivaldi-bin" and it worked.

    I am really grateful for you taking the time to help. I realize it's your job, but I have loved the product and shared it with everyone I can, but this just makes me love it more. Thank you again.

  • Former Member's avatar
    Former Member

    Oh, before I go too deeply, do you have a file /etc/1password/custom_allowed_browsers on your system? Could you make sure that vivaldi-bin is one of the lines in that file?

  • Former Member's avatar
    Former Member

    Hi, @schlameel. Sorry for the long delay.

    This is very odd and I'm looking into it.