#583726 Eterm: error with -e for command starting

Package:
eterm
Source:
eterm
Description:
Enlightened Terminal Emulator
Submitter:
yellow
Date:
2010-05-30 12:57:08 UTC
Severity:
normal
#583726#5
Date:
2010-05-30 05:43:33 UTC
From:
To:
Hello,

I get this errror :
..Eterm:  Error:  execvp() failed, cannot execute "sh showmywebcamuser.sh": No such file or directory


when starting
Eterm -e "sh showmywebcamuser.sh"

it is unsure what is the bug reasons.

Best regards

#583726#10
Date:
2010-05-30 12:52:50 UTC
From:
To:
Hi yellow,

2010/5/30 yellow <yellowprotoss@gmail.com>:


Try to execute your command like this, and tell me if it works:

Eterm -e /bin/sh -c "/absolute/path/to/script/showmywebcamuser.sh"

Regards,