From 79ea739e26ed661f538067eac8438eb403312d5a Mon Sep 17 00:00:00 2001 From: Baptiste DURAND Date: Fri, 13 Jun 2014 11:28:35 +0200 Subject: [PATCH] Multi User Add specific User directories For Desktop File For Manifest File Change-Id: I70c3731fa78074b1d564d735a0091b028501e5de Signed-off-by: Baptiste DURAND --- tizen-platform.meta | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tizen-platform.meta b/tizen-platform.meta index 9f54e08..6eb6fb9 100644 --- a/tizen-platform.meta +++ b/tizen-platform.meta @@ -108,7 +108,9 @@ TZ_USER_UG=$TZ_USER_HOME/ug #TZ_USER_APP=/opt/usr/apps # Tizen 3 (multi user): -TZ_USER_DB=$TZ_USER_HOME/dbspace +TZ_USER_DB=$TZ_USER_HOME/.applications/dbspace +TZ_USER_PACKAGES=$TZ_USER_HOME/.applications/manifest +TZ_USER_DESKTOP=$TZ_USER_HOME/.applications/desktop TZ_USER_CONFIG=$TZ_USER_HOME/kdb TZ_USER_APP=$TZ_USER_HOME/apps_rw -- 2.7.4