From 9a653235d12a795a8bd6adf6289ea735ccae71af Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 26 Jun 2023 18:55:14 +0200 Subject: sd-path: add support for XDG_STATE_HOME --- src/path/path.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/path') diff --git a/src/path/path.c b/src/path/path.c index 5266240247..1daa345ebe 100644 --- a/src/path/path.c +++ b/src/path/path.c @@ -41,6 +41,8 @@ static const char* const path_table[_SD_PATH_MAX] = { [SD_PATH_USER_CONFIGURATION] = "user-configuration", [SD_PATH_USER_RUNTIME] = "user-runtime", [SD_PATH_USER_STATE_CACHE] = "user-state-cache", + [SD_PATH_USER_STATE_PRIVATE] = "user-state-private", + [SD_PATH_USER] = "user", [SD_PATH_USER_DOCUMENTS] = "user-documents", [SD_PATH_USER_MUSIC] = "user-music", -- cgit v1.2.3