From c09e94933fcdeb2e2dee9da4759e2f20d657e06e Mon Sep 17 00:00:00 2001 From: Rafal Krypa Date: Wed, 19 Aug 2015 15:22:03 +0200 Subject: [PATCH] Add TZ_USER_CONFIG directory to manage ~/.config Some open-source modules need to access ~/.config for reading and writing. One example of such module is pulseaudio client library. Adding this directory with User::App::Shared label to allow all applications R/W access. Change-Id: I692ae01e94729d7258ba5043e888e73484dd29e2 Signed-off-by: Rafal Krypa --- packaging/tizen-platform-config.spec | 1 + tizen-platform.meta | 1 + 2 files changed, 2 insertions(+) diff --git a/packaging/tizen-platform-config.spec b/packaging/tizen-platform-config.spec index 6c161a8..104c40a 100644 --- a/packaging/tizen-platform-config.spec +++ b/packaging/tizen-platform-config.spec @@ -92,6 +92,7 @@ $TZ_USER_MUSIC $TZ_USER_VIDEOS $TZ_USER_SHARE $TZ_USER_CACHE +$TZ_USER_CONFIG $TZ_USER_HOME/.pki/nssdb $TZ_USER_APP/xwalk-service diff --git a/tizen-platform.meta b/tizen-platform.meta index 6443909..78c727d 100644 --- a/tizen-platform.meta +++ b/tizen-platform.meta @@ -129,6 +129,7 @@ TZ_USER_ICONS=$TZ_USER_APPROOT/icons TZ_USER_CONFIG=$TZ_USER_HOME/kdb TZ_USER_APP=$TZ_USER_HOME/apps_rw TZ_USER_CACHE=$TZ_USER_HOME/.cache +TZ_USER_CACHE=$TZ_USER_HOME/.config ############# Content dirs ############# -- 2.7.4