From: Layerex Date: Mon, 23 May 2022 19:11:50 +0000 (+0300) Subject: nss: explain why file may appear again (#62) X-Git-Tag: v0.2.0.0~18 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/76f1a9b82177394b0a4aeac71d871cafb247301c?ds=sidebyside nss: explain why file may appear again (#62) --- 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 +}