Closed brabalan closed 6 years ago
weird, I just tried a clean install and by following the caveat for zathura-pdf-poppler
I can open pdfs just fine.
Did you follow these steps?
To enable this plugin you will need to link it in place.
First create the plugin directory if it does not exist yet:
$ mkdir -p $(brew --prefix zathura)/lib/zathura
Then link the .dylib to the directory:
$ ln -s $(brew --prefix zathura-pdf-poppler)/libpdf-poppler.dylib $(brew --prefix zathura)/lib/zathura/libpdf-poppler.dylib
More information as to why this is needed: https://github.com/zegervdv/homebrew-zathura/issues/19
I followed the installation instructions and I got this error when launching zathura:
It seems the
brew --prefix zathura
does not return the Cellar path:I manually created the directory and linked the plugin in the Cellar and zathura now works.