Skip to content

Make inkscape run completely headless in batch mode

Steffen Müthing requested to merge bug/make-inkscape-run-headless-on-macos into master

We run inkscape in headless mode to convert a number of SVG files. On macOS, inkscape unfortunately still wants to start the X server and open a window in this mode. This patch adds option "-z" to override that behavior.

Merge request reports