Can't run custom extension in 0.48.1
Bug #792319 reported by
zuencap
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
In Progress
|
Medium
|
jazzynico |
Bug Description
I have a custom extension in java. Inx file includes this lines:
<command reldir="extensions" interpreter="java -jar">myext.
It used to work in 0.47 version but in 0.48.1.r9760 I get:
Can't Spawn!!! spawn returns: Failed to execute child process "" (No such file or directory)
If I remove interpreter parameter I works under Ubuntu Lucid but I don't think this is the right solution.
tags: | added: extensions-plugins |
Changed in inkscape: | |
milestone: | none → 0.49 |
Changed in inkscape: | |
milestone: | 0.91 → 0.92 |
Changed in inkscape: | |
milestone: | 0.92 → 1.0 |
Changed in inkscape: | |
milestone: | 1.0-old → 1.0 |
To post a comment you must log in.
Reproduced with Inkscape 0.48+devel r10252
Not reproduced with Inkscape 0.47 on OS X 10.5.8 (i386)
For testing, a simple test extension calling a shell script was used, with "bash"> debug-interpret er.sh</ command> >debug- interpreter. sh</command>
a)
<command reldir="extensions" interpreter=
b)
<command reldir="extensions" interpreter="bash --login"
Both variants work fine in 0.47, but fail in 0.48(+devel) with this error message:
Can't Spawn!!! spawn returns: Failed to execute child process "" (No such file or directory)