Add the root path to the environment 36/74336/1 accepted/tizen/common/20160615.193250 accepted/tizen/ivi/20160615.001455 accepted/tizen/mobile/20160615.001621 accepted/tizen/tv/20160615.001535 accepted/tizen/wearable/20160615.001548 submit/tizen/20160614.094055
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 14 Jun 2016 02:47:36 +0000 (11:47 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 14 Jun 2016 02:47:36 +0000 (11:47 +0900)
Change-Id: I08a4bdc9013a25ef447324d920301bd8bc05d8eb
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/launchpad_common.c

index 0aca7c1..960c53f 100644 (file)
@@ -597,6 +597,8 @@ void _set_env(appinfo_t *menu_info, bundle *kb)
                setenv("HWACC", menu_info->hwacc, 1);
        if (menu_info->taskmanage != NULL)
                setenv("TASKMANAGE", menu_info->taskmanage, 1);
+       if (menu_info->root_path != NULL)
+               setenv("AUL_ROOT_PATH", menu_info->root_path, 1);
 
        str = bundle_get_val(kb, AUL_K_WAYLAND_DISPLAY);
        if (str != NULL)