Hello,
i updated the swf_output.inx to get the Flash SWF export extension running with Inkscape 0.48.1 on Linux ( http://wiki.inkscape.org/wiki/index.php/Extension_repository#SWF_output ):
<?xml version="1.0" encoding="UTF-8"?> <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <_name>SWF Output</_name> <id>org.inkscape.output.swf</id> <dependency type="extension">org.inkscape.output.pdf</dependency> <dependency type="executable" location="extensions">pdf2swf.sh</dependency> <dependency type="executable" _description="swftools must be installed to run; see http://www.swftools.org/">pdf2swf</dependency> <output> <extension>.swf</extension> <mimetype>application/x-shockwave-flash</mimetype> <_filetypename>Flash SWF (*.swf)</_filetypename> <_filetypetooltip>Flash movie shape</_filetypetooltip> </output> <script> <command reldir="extensions">pdf2swf.sh</command> <helper_extension>org.inkscape.output.pdf</helper_extension> </script> </inkscape-extension>
But it does not appear at the "Save as" dialogue at the filetype box. When i delete these lines at the swf_output.inx: <dependency type="extension">org.inkscape.output.pdf</dependency> <helper_extension>org.inkscape.output.pdf</helper_extension> it appears but it did not work because the exported file is now a SVG and not a PDF.
Any hint what's wrong?
Cheers Eckhard.