diff mbox series

[bug#68645] gnu: browserpass-native: Add configuration note

Message ID 87cytu5vdl.fsf@disroot.org
State New
Headers show
Series [bug#68645] gnu: browserpass-native: Add configuration note | expand

Commit Message

vasilii.smirnov--- via Guix-patches" via Jan. 21, 2024, 7:39 p.m. UTC
There is a small note in the patch where the author says that the user should
run following command to configure browserpass. However this is not reflected
anywhere else and without it, the application is unusable.
---
 gnu/packages/password-utils.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index bcd323ced8..41c1af87d1 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -1070,7 +1070,10 @@  (define-public browserpass-native
 
 This package only contains the Browserpass native messaging host.  You must
 also install the browser extension for GNU IceCat or ungoogled-chromium
-separately.")
+separately.
+
+User must also run this command to set the propper browser setting
+@code{make -C $(guix build browserpass-native)/lib/browserpass hosts-<browser-name>-user}.")
     (license license:isc)))
 
 (define-public cpass