Search found 2 matches
- 2019-08-30T04:51:00-07:00
- Forum: Users
- Topic: rsvg-convert
- Replies: 1
- Views: 8355
Re: rsvg-convert
Managed to get it working to some extent. 1. edited delegates.xml, replaced <delegate decode="svg" ... <delegate decode="svg:decode" ... with <delegate decode="svg:decode" command=""im-rsvg-convert" "%s" "%s""/> 2. created /usr/bin/im-rsvg-convert file #!/bin/bash rsvg ...
- 2019-08-30T01:38:52-07:00
- Forum: Users
- Topic: rsvg-convert
- Replies: 1
- Views: 8355
rsvg-convert
Ubuntu 18.04 has IM built with no rsvg delegate. Is there any way to get convert to use rsvg without recompiling IM? delegates.xml contains a reference for rsvg-convert, but it is ignored by convert. So far I have tried: - installed rsvg toolset -- well, of course :) - removed inkscape entry from ...