Search found 2 matches

by alamothe
Thu Apr 20, 2023 5:38 pm
Forum: MP - General Support
Topic: PDF on MacOS
Replies: 8
Views: 2433

Re: PDF on MacOS

Works if launched from the terminal!! 🎉

Code: Select all

open /Applications/XnViewMP.app
Maybe there should be a config option for where to find ghostscript? Or look also in /opt/homebrew/bin/gs since I assume this is where 90% of people will have it on MacOS.

Thanks for your help!
by alamothe
Wed Apr 19, 2023 6:43 pm
Forum: MP - General Support
Topic: PDF on MacOS
Replies: 8
Views: 2433

PDF on MacOS

Hello,
How to get PDF working on MacOS?

MacOS: Ventura on Apple Silicon
XNView MP Version 1.4.3 64bits

I installed ghostscript with

brew install ghostscript


~ $ gs --version
10.01.1
~ $ which gs
/opt/homebrew/bin/gs


It does not want to open any PDF nor display any thumbnail. Any help ...