Code

made it callable by other extensions. the workaround is sorta ugly, but it should...
[inkscape.git] / share / extensions / dia.inx
1 <inkscape-extension>
2     <_name>Dia Input</_name>
3     <id>org.inkscape.input.dia</id>
4     <dependency type="executable" location="extensions" _description="The dia2svg.sh script should be installed with your Inkscape distribution.  If you do not have it, there is likely to be something wrong with your Inkscape installation.">dia2svg.sh</dependency>
5     <dependency type="executable" _description="In order to import Dia files, Dia itself must be installed.  You can get Dia at http://www.gnome.org/projects/dia/">dia</dependency>
6     <input>
7         <extension>.dia</extension>
8         <mimetype>application/x-dia</mimetype>
9         <_filetypename>Dia Diagram (*.dia)</_filetypename>
10         <_filetypetooltip>A diagram created with the program Dia</_filetypetooltip>
11     </input>
12     <script>
13         <command reldir="extensions">dia2svg.sh</command>
14     </script>
15 </inkscape-extension>