Are there workarounds for dependence on deprecated-simple extensions?
Hi,
I'm running
- Pop! OS 22.04 LTS - Inkscape 1.1.2 (0a00cf5339, 2022-02-04) - Python 3.10.12
Recently, I went looking for an SVG to POV converter and found the Inkscape Extensions Gallery had an Inkscape to POVray extension -- with a link to a newer, improved version on an external site. Also, while browsing the gallery I thought I might someday use the Render Barcode extension.
However, they both want to use simplepath, simpletransform, cubicsuperpath, and cspsubdiv, which I find in /usr/share/inkscape/extensions/inkex/deprecated-simple/, but which the extensions themselves do not find.
Is there a standard, recommended way to handle the problem? __________
** (org.inkscape.Inkscape:3132384): WARNING **: 11:07:04.374: Failed to find resource file 'simplepath.py'. Looked in: ~/.config/inkscape/extensions/simplepath.py /usr/share/inkscape/extensions/simplepath.py
** (org.inkscape.Inkscape:3132384): WARNING **: 11:07:04.374: Failed to find resource file 'simpletransform.py'. Looked in: ~/.config/inkscape/extensions/simpletransform.py /usr/share/inkscape/extensions/simpletransform.py
** (org.inkscape.Inkscape:3132384): WARNING **: 11:07:04.375: Failed to find resource file 'cubicsuperpath.py'. Looked in: ~/.config/inkscape/extensions/cubicsuperpath.py /usr/share/inkscape/extensions/cubicsuperpath.py
** (org.inkscape.Inkscape:3132384): WARNING **: 11:07:04.375: Failed to find resource file 'cspsubdiv.py'. Looked in: ~/.config/inkscape/extensions/cspsubdiv.py /usr/share/inkscape/extensions/cspsubdiv.py
participants (1)
-
Kevin Cole