Comment 2 for bug 418242

Revision history for this message
su_v (suv-lp) wrote : Re: uniconvertor error message about font substitution problems

There seems something broken with the extension system in your Inkscape installation ;-) didn't you have those 'gimp_xcf.py' python errors randomly displayed before? 'Uniconverter' is only called by input and output extensions - AFAIK not related to the text tool in any way. Something must be again triggering randomly export/output extensions.

One key in the error message if any: it's an upstream issue in uniconverter:
"Fontsystem not yet implemented in UniConvertor. See /usr/share/doc/python-uniconvertor/README.Debian for more info"

Which version do you have installed? The UniConvertor Roadmap <http://sk1project.org/modules.php?name=Products&product=uniconvertor&op=roadmap> mentions for upcoming version 1.1.5 :
    * text support for CDR importer (Corel Draw v7-12,X3,X4)
This might suggest that some kind of CDR conversion/import is triggered?

Do you have any custom extensions installed in '~/.config/inkscape/extensions' that hook into the text tool or old ones in '/usr/share/inkscape/extensions' (this doesn't get cleaned by 'make install' if extension files have been removed from the trunk)?

Could you attach the file that triggers the python error?