rage videothubm - use sh explicitly for thumbnailer tool

fixes problems for peolpe with bizarre shells... like fish.
@fix
This commit is contained in:
Carsten Haitzler 2016-06-03 19:43:34 +09:00
parent 06065de127
commit 4780a4b07a
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ _videothumb_launch_do(Evas_Object *obj)
"%s/rage/utils/rage_thumb %s 10000 %i >& /dev/null",
libdir, s, sd->poster_mode ? 1 : 0);
sd->thumb_exe = ecore_exe_pipe_run(buf,
ECORE_EXE_USE_SH |
ECORE_EXE_TERM_WITH_PARENT |
ECORE_EXE_NOT_LEADER,
obj);