linuxmint / mint-y-icons

The Mint-Y icon theme
123 stars 56 forks source link

Inkscape --export-png is deprecated in src/render_places.py #321

Closed SebastJava closed 1 year ago

SebastJava commented 1 year ago

Same issue and same fix as in https://github.com/linuxmint/mint-themes/issues/333

When I run the script src/render_places.py I get several of the following warnings:

Warning: Option --export-png= is deprecated

I am running Inkscape 1.2 but I believe this option has been deprecated for some time. (Years !) EDIT: same issue on LM 21 without PPA, i.e. Inkscape 1.1.2

I think the fix is to use --export-type="png" and --export-filename=myfile.png instead.

SebastJava commented 1 year ago

CHECKED: same issue on LinuxMint 21 without PPA, i.e. Inkscape 1.1.2