Re: [gedit-list] Ubuntu 9.10 or gedit 2.28.0 kills external tools
- From: Jef Driesen <jefdriesen hotmail com>
- To: gedit-list gnome org
- Subject: Re: [gedit-list] Ubuntu 9.10 or gedit 2.28.0 kills external tools
- Date: Mon, 02 Nov 2009 22:19:24 +0100
Doug McNutt wrote:
Ubuntu newly upgraded to 9.10, gedit 2.28.0
My tools don't work any more.
[..]
The error returned is: "Could not execute command [Errno 8] Exec format error"
I noticed this too! It seems that the "body" of an external tool needs
to be a complete shell script. For instance if I try to create a tool
which tries to execute a single command, like
make
it doesn't work. But if I specify
#!/bin/sh
make
it works for me.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]