chunqiuyiyu / sublime-svg-preview

Sublime Text plugin to preview SVG files.
https://packagecontrol.io/packages/SVG%20Preview
MIT License
2 stars 1 forks source link

Invalid option --export-type=png #2

Open zedtux opened 4 years ago

zedtux commented 4 years ago

The package is not working on my Ubuntu 18.04 (inkscape : 0.92.3):

inkscape --export-type=png --export-id="svg68" "/tmp/sublime-svg-preview/in-progress.svg"
Gtk-Message: 06:45:10.037: Failed to load module "canberra-gtk-module"

** (inkscape:27625): WARNING **: 06:45:10.039: Invalid option --export-type=png
chunqiuyiyu commented 4 years ago

Maybe you should upgrade your Inkscape to v1.0?

zedtux commented 4 years ago

Well, I've installed the Inkscape version that my Linux distribution has, which is the actual LTS (18.04) version with Focal (20.04). Even do I would upgrade to the next LTS version, it ships Inkscape version 0.92.5.

I would have to upgrade to the very last version of Ubuntu in order to get the 1.0 version which I haven't planed.

I'm not sure asking people to upgrade Inkscape is an answer (let's forget about the Ubuntu upgrades). What will you do when Inkscape 2.0 is out, but you didn't implemented it yet? Will you ask people to downgrade their Inkscape version?

You need to implement the version management if you want your plugin to be adopted IMHO.