Black Fire wrote:
Any idea why this isn't even appearing? Or at least how I can get usable error messages to help me find out?
It isn't appearing because the dependencies you specified were not met.
<inkscape-extension> <name>Extension Test Output</name> <id>org.inkscape.output.test</id> <dependency type="extension">org.inkscape.output.svg.inkscape</dependency> <dependency type="executable" location="path">perl.exe</dependency> <output> <extension>.test</extension> <mimetype>text/x.test</mimetype> <filetypename>Extension Test(*.test)</filetypename> <filetypetooltip>Extension Test</filetypetooltip> <dataloss>FALSE</dataloss> </output> <script> <command>perl -e "print join(' ',@ARGV)"</command> <helper_extension>org.inkscape.output.svg.inkscape</helper_extension> </script> </inkscape-extension>
Aaron Spike