Remove spurious ELM_ENGINE setting in amd_agent 92/23492/1 accepted/tizen/common/20140626.124226 submit/tizen/20140626.124123 submit/tizen_ivi/20140626.125712 submit/tizen_ivi/20140626.130032 submit/tizen_ivi/20140626.144348
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>
Thu, 26 Jun 2014 12:34:22 +0000 (14:34 +0200)
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>
Thu, 26 Jun 2014 12:34:22 +0000 (14:34 +0200)
This setting prevents EFL apps to start correctly.

Change-Id: Ic7c9ee59bd504fbc5db7839111ca7224c0fb1f77
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
am_session_agent/agent.c
packaging/amd_session_agent.service

index 4068add..58c88bc 100644 (file)
@@ -112,8 +112,6 @@ _static_ void __set_env(app_info_from_db * menu_info, bundle * kb)
 
        setenv("PKG_NAME", _get_pkgname(menu_info), 1);
 
-       USE_ENGINE("gl")
-
        str = bundle_get_val(kb, AUL_K_STARTTIME);
        if (str != NULL)
                setenv("APP_START_TIME", str, 1);
index 285d360..3b3357b 100644 (file)
@@ -6,7 +6,7 @@
 Description=Start the USER Access Control Agent
 
 [Service]
-ExecStart=/usr/bin/amd_session_agent
+ExecStart=/bin/sh -l -c "/usr/bin/amd_session_agent"
 
 [Install]
 WantedBy=default.target