From 4e91dab9f6ce93da61a4a168a660bc70e7bd3f59 Mon Sep 17 00:00:00 2001 From: alsoGAMER <35269770+alsoGAMER@users.noreply.github.com> Date: Sat, 26 Nov 2022 09:55:14 +0100 Subject: [PATCH] .cinnamon/spices.cache should be moved to XDG_CACHE_HOME (#198) --- programs/cinnamon.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.47.3