Comment 3 for bug 168616

Revision history for this message
Phil Stone (philstone) wrote :

It looks like the -z (--without-gui) option disables the --verb parms.

Here is an example that will turn everything into paths, including text and boxes, which works without the -z

inkscape --verb EditSelectAllInAllLayers --verb ObjectToPath --verb FileSave --verb FileClose test.svg

But which does nothing with the -z

inkscape -z --verb EditSelectAllInAllLayers --verb ObjectToPath --verb FileSave --verb FileClose test.svg