Change SVG to PDF conversion back to rsvg-convert #67
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For reasons that don't seem entirely rational, Inkscape is suddenly having trouble rendering SVGs to PDFs from the command-line. It seems to be related to a problem in gtk or glib related to sequencing of asynchronous operations over DBus at shutdown. Uh huh. Inkscape crashes, though, and that's unhelpful. See https://gitlab.com/inkscape/inkscape/-/issues/4177 and https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/6180.
There are patches in but not yet released (not in Fedora 38, anyway) and since the workarounds don't seem to help I've temporarily reverted back to letting librsvg2's rsvg-convert do the conversion like Publish did originally. It might not be bullet-proof for more complex illustrations but it'll do for now.