From: Wonki Kim Date: Wed, 18 Sep 2019 06:40:42 +0000 (+0900) Subject: Add a logic to specify the app id while forking X-Git-Tag: submit/tizen/20190925.002954~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb41a54c41ab8a8422451eb20f9848d0799eae2f;p=platform%2Fcore%2Fappfw%2Flaunchpad.git Add a logic to specify the app id while forking Application runs by forking a launchpad process in Tizen. A forked application process inherits whole information of launchpad including atspi application name that is specified by calling elm_app_name_set. this patch adds a logic to have the own name for each forked applications in atspi point of view. Change-Id: I42c892e4c8c15a67ddc5fac0bdd435305fcababe --- diff --git a/src/launchpad_loader.c b/src/launchpad_loader.c index cf92185c..d91fd977 100644 --- a/src/launchpad_loader.c +++ b/src/launchpad_loader.c @@ -274,6 +274,8 @@ static int __loader_launch_cb(int argc, char **argv, const char *app_path, const char *high_priority; #endif + elm_app_name_set(appid); + vconf_ignore_key_changed(VCONFKEY_SETAPPL_APP_HW_ACCELERATION, __vconf_cb); if (kb == NULL)