1password integration with Firefox

Is there a way I can set 1password app that is installed on host as Deb to fully talk to Firefox extension?

Since Ubuntu is using Firefox as snap and 1password app don’t complain there is issues it still won’t fully work on integration side. Like lock both on certain amount time. When opening browser extension app shows prompt etc small thing but quality of life since then I can use system authentication and fingerprint

Try this suggestion

phatle@ubuntu:~$ flatpak permission-set webextensions com.1password.1password snap.firefox yes
flatpak: command not found
phatle@ubuntu:~$ snap permission-set webextensions com.1password.1password snap.firefox yes
error: unknown command "permission-set", see 'snap help'.

need to tweak this more since 1password is debian package and firefox is snap

The snap uses xdg-portals to talk to the deb provided binary, the portals do not come with their own permission management tool (and the snap command does not provide this feature yet, this is also explained further down in the above thread on the snapcraft forum), install the flatpak deb from the archive, run the command, make sure 1password works and you can apt purge flatpak again afterwards…

1 Like