Hi all
I don’t know since which version pydio but now the path for unoconv and convert must be set with “CONF_DIR/conf.editor.imagick.inc”.
before
now
since this change editor.imagick don’t works anymore.
Is someone can point me the good way to set the path for Unoconv and convert
I use Ubuntu server 16.04.2 and pydio 8.2.2 enterprise
CONF_DIR/ : is it this path /usr/share/pydio/plugins/editor.imagick/ ?
conf.editor.imagick.inc : this file doesn’t exist !
Thanks for your answers
Ok I have found :
CONF_DIR/ is “/etc/pydio” where the file conf.editor.imagick.inc exist.
But with the good full path for unoconv and convert editor.imagick don’t works.
the plugins cache was cleared
I have found the fix.
the explain is here :
In a terminal run:
sudo gedit /etc/ImageMagick-6/policy.xml
This should open the policy.xml file in the gedit text editor. If it doesn’t, your image magick might be installed in a different place. Then change
<policy domain="coder" rights="none" pattern="PDF" />
to
<policy domain="coder" rights="read | write" pattern="PDF" />