raster pushed a commit to branch master.

http://git.enlightenment.org/apps/rage.git/commit/?id=4780a4b07acf90301667f5ca93e13fbf466fd4a3

commit 4780a4b07acf90301667f5ca93e13fbf466fd4a3
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Fri Jun 3 19:43:34 2016 +0900

    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);

-- 


Reply via email to