You are not logged in.
Hello,
I'm on a fresh arch installation, packages are up-to-date. I get the error message
"Opening '/path/to/file/filename.pdf' failed: Unknown file type"in GIMP. I am able to open the PDF-files in MuPDF.
Please help me out and if possible add some info on how you obtained the knowledge to solve the issue, or which steps are necessary to troubleshoot the issue so I can solve such problems by myself in the future.
Kind regards
Last edited by jumpingwires (2019-01-02 10:29:18)
Offline
Is poppler-glib installed? From the packages page/pacman -Qi gimp
poppler-glib (optional) - for pdf supportpacman will tell you about optional dependencies during first time installation of a package and new ones on update, make sure to read pacman's output.
Last edited by V1del (2019-01-02 10:33:05)
Offline
Solved:
Is poppler-glib installed?
poppler-glib was already Installed:
sudo pacman -S poppler-glib
warning: poppler-glib-0.72.0-1 is up to date -- reinstallingI reinstalled it and also reinstalled gimp, now everything works fine (i wonder why, perhaps GIMP also needed ghostscript (which I installed before reinstalling poppler-glib)).
I will make sure to heed your advice about the output of pacman and will use the command you provided
pacman -Qi packagenameand the page of the package to check for dependencies in the future.
Thank you for your help!
Offline