lassekongo83 / zuki-themes

Themes for GTK, gnome-shell and more.
GNU General Public License v3.0
570 stars 45 forks source link

Asset build error with Inkscape 1.0 #161

Closed dglava closed 4 years ago

dglava commented 4 years ago

Inkscape version 1.0 changed the CLI options. --export-png seems to have been deprecated. The new option seems to be --export-filename.

Building the assets with the render-assets.sh file fails because it's still using --export-png. Changing it to the new --export-filename fixes it.

lassekongo83 commented 4 years ago

I'm still not on 1.0, so it will be fixed when I can use it myself. As those files are primarily used by developers, I would suspect that most developers can fix any incompatibilities themselves for the time being.