I am using inkscape version 0.48 in Ubuntu version 12.04.
Downloaded these TikZ extension files
tikz_export.py
tikz_export_effect.inx
tikz_export_output.inx
from
https://github.com/kjellmf/svg2tikz/tree/master/svg2tikz/extensions
to the directory
$HOME/.config/inkscape/extensions
Also, copied these files which came as part of inkscape installation
/usr/share/inkscape/extensions/inkex.py
/usr/share/inkscape/extensions/simplepath.py
/usr/share/inkscape/extensions/simplestyle.py
to the directory
$HOME/.config/inkscape/extensions
After this installation, when I startup inkscape I get these errors in
the terminal:
home/ravi/.config/inkscape/extensions/tikz_export_effect.inx:33: parser error : Specification mandate value for attribute data-pjax-transient
<meta name="selected-link" value="repo_source" data-pjax-transient>
^
/home/ravi/.config/inkscape/extensions/tikz_export_effect.inx:69: parser error : Opening and ending tag mismatch: link line 67 and head
</head>
^
/home/ravi/.config/inkscape/extensions/tikz_export_effect.inx:109: parser error : Opening and ending tag mismatch: input line 99 and label
</label>
^
/home/ravi/.config/inkscape/extensions/tikz_export_effect.inx:110: parser error : Opening and ending tag mismatch: label line 97 and form
</form>
^
.....
I had emailed this problem to tikz extension author's email mentioned github account a few
days ago, and have not heard back yet.
I tried to update to latest version of inkscape by running 'sudo apt-get install inkscape', but
get th emessage 'inkscape is already the newest version'. The version I have installed is
$ dpkg -l inkscape
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii inkscape 0.48.3.1-1ubun vector-based drawing program
I could try installing the latest version from source.
The errors I see come out in the gnome-terminal of Ubuntu where I had started the inkscape
process through command line.