From: alsoGAMER <35269770+alsoGAMER@users.noreply.github.com> Date: Sat, 26 Nov 2022 08:55:14 +0000 (+0100) Subject: .cinnamon/spices.cache should be moved to XDG_CACHE_HOME (#198) X-Git-Tag: v0.2.0.2~113 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/4e91dab9f6ce93da61a4a168a660bc70e7bd3f59 .cinnamon/spices.cache should be moved to XDG_CACHE_HOME (#198) --- diff --git a/programs/cinnamon.json b/programs/cinnamon.json index 206a49a..4c53e82 100644 --- a/programs/cinnamon.json +++ b/programs/cinnamon.json @@ -4,7 +4,7 @@ { "path": "$HOME/.cinnamon/spices.cache/", "movable": true, - "help": "Supported since _5.6.0_.\n\nYou can either delete or move the folder to _XDG_CONFIG_HOME/cinnamon/spices_.\n" + "help": "Supported since _5.6.0_.\n\nYou can either delete or move the folder to _XDG_CACHE_HOME/cinnamon/spices_.\n" }, { "path": "$HOME/.cinnamon/panel-launchers/", @@ -32,4 +32,4 @@ "help": "Supported since _5.6.0_.\n\nYou can either delete or move the file to _XDG_STATE_HOME/cinnamon/harvester.log_.\n" } ] -} \ No newline at end of file +}