From 4780a4b07acf90301667f5ca93e13fbf466fd4a3 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Fri, 3 Jun 2016 19:43:34 +0900 Subject: [PATCH] rage videothubm - use sh explicitly for thumbnailer tool fixes problems for peolpe with bizarre shells... like fish. @fix --- src/bin/videothumb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/videothumb.c b/src/bin/videothumb.c index 0b4ee19..294955a 100644 --- a/src/bin/videothumb.c +++ b/src/bin/videothumb.c @@ -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);