Re: [Inkscape-user] output filter not recognized
Does Inkscape provide a means for specifying a location relative to the Inkscape extensions folder?
----- Original Message ----- From: "Black Fire" <blackfire_x@...1911...> To: inkscape-user@lists.sourceforge.net Subject: Re: [Inkscape-user] output filter not recognized Date: Tue, 23 May 2006 15:52:20 -0600
I see. So it needs a location attribute. Thanks.
Any suggestion how I can get Inkscape to generate the log files others have mentioned on this list?
----- Original Message ----- From: "Aaron Spike" <aaron@...476...> To: inkscape-user@lists.sourceforge.net Subject: Re: [Inkscape-user] output filter not recognized Date: Tue, 23 May 2006 16:35:19 -0500
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
All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&da... _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
-- _______________________________________________
Search for businesses by name, location, or phone number. -Lycos Yellow Pages
http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp...
All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid%107521&bid$8729&dat%... _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
participants (1)
-
Black Fire