guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Maya Tomášek
Subject: [bug#68645] [PATCH] gnu: browserpass-native: Add configuration note
Date: Sun, 21 Jan 2024 20:39:18 +0100

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 --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
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]