Add TZ_USER_APPROOT to declare /home/<user>/.applications directory. 00/35300/1 accepted/tizen/3.0.2014.q4/common/20150211.162850 accepted/tizen/common/20150211.161011 submit/tizen_3.0.2014.q4_common/20150211.160645 submit/tizen_common/20150211.160000 submit/tizen_mobile/20150213.000000
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>
Wed, 11 Feb 2015 15:52:35 +0000 (16:52 +0100)
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>
Wed, 11 Feb 2015 15:52:35 +0000 (16:52 +0100)
This allows to setup the /etc/skel directory appropriately.

Change-Id: I45d0b99cae42184a490d02997a19ca4a1becac1c
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
packaging/tizen-platform-config.spec
tizen-platform.meta

index c205893..d03118b 100644 (file)
@@ -69,6 +69,7 @@ HOME="%{_sysconfdir}/skel"
 . "%{_sysconfdir}/tizen-platform.conf"
 cat << ENDOFCAT |
 $TZ_USER_HOME        User::Home           true
+$TZ_USER_APPROOT     User::Home           true
 $TZ_USER_CONTENT     User::Home           true
 $TZ_USER_CAMERA      User::App::Shared    true
 $TZ_USER_DOCUMENTS   User::App::Shared    true
index f9cbe54..b9070a0 100644 (file)
@@ -120,10 +120,11 @@ TZ_USER_UG=$TZ_USER_HOME/ug
 #TZ_USER_APP=/opt/usr/apps
 
 # Tizen 3 (multi user):
-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_ICONS=$TZ_USER_HOME/.applications/icons
+TZ_USER_APPROOT=$TZ_USER_HOME/.applications
+TZ_USER_DB=$TZ_USER_APPROOT/dbspace
+TZ_USER_PACKAGES=$TZ_USER_APPROOT/manifest
+TZ_USER_DESKTOP=$TZ_USER_APPROOT/desktop
+TZ_USER_ICONS=$TZ_USER_APPROOT/icons
 TZ_USER_CONFIG=$TZ_USER_HOME/kdb
 TZ_USER_APP=$TZ_USER_HOME/apps_rw