/usr/share/inkscape/extensions/dia.inx is in inkscape 0.48.5-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | <?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<_name>Dia Input</_name>
<id>org.inkscape.input.dia</id>
<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>
<dependency type="executable" _description="In order to import Dia files, Dia itself must be installed. You can get Dia at http://live.gnome.org/Dia">dia</dependency>
<input>
<extension>.dia</extension>
<mimetype>application/x-dia</mimetype>
<_filetypename>Dia Diagram (*.dia)</_filetypename>
<_filetypetooltip>A diagram created with the program Dia</_filetypetooltip>
</input>
<script>
<command reldir="extensions">dia2svg.sh</command>
</script>
</inkscape-extension>
|