On 15/9/09 03:35, Ted Gould wrote:
On Mon, 2009-09-14 at 10:43 +0200, ~suv wrote:
Both svgz_input.inx and svgz_output.inx in its current form fail (confirmed for svgz_output.inx on Ubuntu, XP and OS X in bug #167472) with the error
Can't Spawn!!! spawn returns: 8
Sounds good. Removed.
thanks
i.e. support for <command reldir="path">somecommand -with -arguments</command> seems broken or removed in current SVN builds
Ah, that would have been broken in 0.47 as well. Probably not fixable at this point for 0.48, but is there a bug filed with that description?
(you mean not fixable for 0.47?)
so far it's only in the comments of bug #167472 “save as dialogue, duplicate 'Compressed Inkscape SVG' entry” https://bugs.launchpad.net/inkscape/+bug/167472
Since 'ai_output.inx' has been removed these were the only extensions left that directly called a command with parameters:
On 7/7/09 17:02, ~suv wrote:
LeWitt:extensions suv$ grep reldir *.inx|grep -v extensions ai_output.inx: <command reldir="path">gs -q -dNODISPLAY -dSAFER ps2ai.ps</command> svgz_input.inx: <command reldir="path">gzip -cd</command> svgz_input.inx: <check reldir="path">gzip</check> svgz_output.inx: <command reldir="path">gzip -c</command> LeWitt:extensions suv$
~suv