]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Fix fontconfig base dirs (#422)
authorbaschi29 <55055342+baschi29@users.noreply.github.com>
Sun, 18 Aug 2024 17:01:00 +0000 (19:01 +0200)
committerGitHub <noreply@github.com>
Sun, 18 Aug 2024 17:01:00 +0000 (19:01 +0200)
according to https://www.freedesktop.org/software/fontconfig/fontconfig-user.html

programs/fontconfig.json

index 2edc7aaac0be78b6c8a5233d4160f7519e3ab1d2..ee67b238ca414fb7df9d0ae7a93c4396a42f9ba1 100644 (file)
@@ -4,12 +4,12 @@
         {
             "path": "$HOME/.fontconfig",
             "movable": true,
-            "help": "Supported\n\nThe file $HOME/.fontconfig can be moved to $XDG_DATA_HOME/fontconfig.\n"
+            "help": "Supported\n\nThe file $HOME/.fontconfig can be moved to $XDG_CACHE_HOME/fontconfig.\n"
         },
         {
             "path": "$HOME/.fonts.conf",
             "movable": true,
-            "help": "Supported\n\nThe file $HOME/.fonts.conf can be moved to $XDG_DATA_HOME/fontconfig/fonts.conf.\n"
+            "help": "Supported\n\nThe file $HOME/.fonts.conf can be moved to $XDG_CONFIG_HOME/fontconfig/fonts.conf.\nThe <dir> element may be changed to <dir prefix=\"xdg\">fonts</dir>\n"
         }
     ]
 }