discomfitor pushed a commit to branch enlightenment-0.19. http://git.enlightenment.org/core/enlightenment.git/commit/?id=1f17ec5781237ccbe71627db181eaafd4c291d0d
commit 1f17ec5781237ccbe71627db181eaafd4c291d0d Author: Cedric BAIL <ced...@osg.samsung.com> Date: Mon Aug 17 22:26:24 2015 +0200 battery: let's finally allow the battery process to rest also when enlightenment die. --- src/modules/battery/e_mod_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/battery/e_mod_main.c b/src/modules/battery/e_mod_main.c index 2168e41..454ca63 100644 --- a/src/modules/battery/e_mod_main.c +++ b/src/modules/battery/e_mod_main.c @@ -388,7 +388,8 @@ _battery_config_updated(void) battery_config->batget_exe = ecore_exe_pipe_run(buf, ECORE_EXE_PIPE_READ | ECORE_EXE_PIPE_READ_LINE_BUFFERED | - ECORE_EXE_NOT_LEADER, NULL); + ECORE_EXE_NOT_LEADER | + ECORE_EXE_TERM_WITH_PARENT, NULL); } } --