1Password extension unable to connect to desktop app on Linux
💫 Looking for desktop app com.1password.1password background.js:2
📤 Sending <NmRequestAccounts> message to native core <2411649616> background.js:2
Received <BrowserVerificationFailed> from the native core background.js:2
Using Vivaldi (6.5.3206.50 (Stable channel) stable (64-bit)) on Arch Linux.
installed from the official package in the https://archlinux.org/packages/extra/x86_64/vivaldi/ repository.
1password is installed from the official https://aur.archlinux.org/packages/1password
tried with both 1password running in background (1password --silent) and in the foreground.
update1:
Checked the 1password BrowserSupport logs and found,
INFO 2024-01-09T02:05:25.397 main(ThreadId(1)) [1P:native-messaging/op-browser-support/src/main.rs:237] Starting 1Password-BrowserSupport 8.10.23 production build no. 81023003.
INFO 2024-01-09T02:05:25.404 main(ThreadId(1)) [1P:native-messaging/op-browser-support/src/browser_verification/linux.rs:44] Verifying browser "/opt/vivaldi/vivaldi-bin"
ERROR 2024-01-09T02:05:25.408 main(ThreadId(1)) [1P:native-messaging/op-browser-support/src/main.rs:269] Browser support error: UnknownBrowser(/opt/vivaldi/vivaldi-bin), happened in: native-messaging/op-browser-support/src/browser_verification/linux.rs:103
Additional error context: /opt/vivaldi/vivaldi-bin isn't a supported browser
I could've sworn vivaldi used to be a supported browser.
update2:
a workaround is to follow this script: https://gist.github.com/kiwimato/2459f68cc711235002e21b0e5868a7f4
