]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
nss: explain why file may appear again (#62)
authorLayerex <layerex@dismail.de>
Mon, 23 May 2022 19:11:50 +0000 (22:11 +0300)
committerGitHub <noreply@github.com>
Mon, 23 May 2022 19:11:50 +0000 (21:11 +0200)
programs/nss.json

index 34b6c0c9558131216410dabb26c5d8040677491f..a0f83713cc6be787aa248d08016b011c104267dd 100644 (file)
@@ -3,8 +3,8 @@
         {
             "path": "$HOME/.pki",
             "movable": true,
         {
             "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"
         }
     ],
     "name": "nss"
-}
\ No newline at end of file
+}