It seems that this problem has been somewhat long-standing:

https://forums.zotero.org/discussion/1243/pdf-installation-not-recognized/

A hack that solves it is
$ find $HOME/.mozilla -name zotero -exec ln -s /usr/bin/pdfinfo
'{}'/pdfinfo-Linux-x86_64 ';'
$ find $HOME/.mozilla -name zotero -exec ln -s /usr/bin/pdftotext
'{}'/pdftotext-Linux-x86_64 ';'

If upstream is unresponsive (and if such a "hack" is acceptable for a
Debian package), you might consider doing something like this via a
postinst script.

Cheers, Benjamin


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to