Hello
a time ago
I installed imagemagick on Debian8, then i installed Inkscape, thus changing the delegate in xml file.
However, I would like to know how to switch back to the original delegate RSVP I think?
Here is the current line :
<delegate decode="svg:decode" stealth="True" command=""inkscape" "%s" --export-eps="%s" --export-dpi="%s" --export-background="%s" --export-background-opacity="%s" > "%s" 2>&1"/>
thanks in advance !
Can you help me switch back the original delegate?
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Can you help me switch back the original delegate?
The situation for Windows is: if Inkscape is on the system path, IM will use it as the SVG delegate. So if you don't want to use Inkscape as the delegate, remove it from the path.
I'm fairly sure the same is true for flavours of Unix, but you will need to check.
I'm fairly sure the same is true for flavours of Unix, but you will need to check.
snibgo's IM pages: im.snibgo.com
Re: Can you help me switch back the original delegate?
what about uninstalling inkscape?
sudo apt-get remove inkscape
i wonder if removing inkscape will leave imagemagick functional...
sudo apt-get remove inkscape
i wonder if removing inkscape will leave imagemagick functional...
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Can you help me switch back the original delegate?
Yes. If you uninstall Inkscape then it won't be on the system path and IM won't try to use it.
snibgo's IM pages: im.snibgo.com