In a couple of scripts I call inkscape to convert (export) an SVG to a PS file:
Code:
inkscape --export-ps psfile.ps --export-text-to-path orig.svg
This works fine with inkscape 0.45.1 on Fedora Core 6. However, on Fedora 8, with the same inkscape version, a print dialog box pops up, and no export is done.
When forced into non-gui mode:
Code:
inkscape --nogui --export-ps psfile.ps --export-text-to-path orig.svg
inkscape responds with "Nothing to do!".
Is this a known problem? Anything I can do about it?