mbox

[bug#39077,0/4] gnu: Add browserpass-native.

Message ID 130dbe95-6f71-4b93-a675-c2e4f2d6e396@www.fastmail.com
Headers show

Message

Alex Griffin Jan. 10, 2020, 10:29 p.m. UTC
This patch series adds browserpass-native. Browserpass is a browser extension that integrates the `pass` password manager with the browser. This does not add the extension itself, only the native messaging component which runs outside of the browser process and communicates with the extension. Packaging the extension itself requires better Node.js infrastructure in Guix, so it is left to the user to install on their own.

I think this is the first native messaging host to be packaged for Guix, so it probably makes sense to get input from the maintainers of IceCat and ungoogled-chromium. The native messaging host is not automatically detected by either browser - the user needs to run something like `make -C $(guix build browserpass-native)/lib/browserpass hosts-chromium-user` to install it into their home directory.

Nix builds a wrapper around Firefox to detect the native messaging hosts that are installed, and I think Guix should consider doing something similar.

Comments

Alex Griffin Feb. 22, 2020, 2:20 p.m. UTC | #1
I plan on pushing this next weekend unless I hear objections. We can figure out how to make native messaging hosts easier to use later.
Alex Griffin March 13, 2020, 2:19 a.m. UTC | #2
Pushed in 63299f2840edcd5d942b3433ffb205fcc1fb6eb4.