yeKcim / my_nautilus_scripts

My Nautilus scripts
GNU General Public License v3.0
79 stars 11 forks source link

svg scripts - Changes with inkscape 1.0 #10

Closed hugotrip closed 4 years ago

hugotrip commented 4 years ago

With the release of inkscape 1.0, the cli arguments have changed : for example, in the export to png scripts I had to change the line inkscape -d "$resolution" -e "$output" "$input" to inkscape -d "$resolution" --export-type=png "$input"

yeKcim commented 4 years ago

Thanks a lot