From 76f1a9b82177394b0a4aeac71d871cafb247301c Mon Sep 17 00:00:00 2001 From: Layerex Date: Mon, 23 May 2022 22:11:50 +0300 Subject: [PATCH] nss: explain why file may appear again (#62) --- programs/nss.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/nss.json b/programs/nss.json index 34b6c0c..a0f8371 100644 --- a/programs/nss.json +++ b/programs/nss.json @@ -3,8 +3,8 @@ { "path": "$HOME/.pki", "movable": true, - "help": "XDG is supported out-of-the-box, so we can simply move the file to _XDG_DATA_HOME/pki_.\n" + "help": "XDG is supported out-of-the-box, so we can simply move the file to _\"$XDG_DATA_HOME\"/pki_.\n\nBut note that some apps (chromium, for example) hardcode path to _\"$HOME\"/.pki_, so the folder may appear again, see https://bugzilla.mozilla.org/show_bug.cgi?id=818686#c11" } ], "name": "nss" -} \ No newline at end of file +} -- 2.47.3