https://bugs.freedesktop.org/show_bug.cgi?id=34836
--- Comment #48 from Owen Genat <owen.ge...@gmail.com> --- A possible workaround for the pstoedit utility not being found (on the $PATH) under MacOS 10.7+ is offered in this AskLO answer: http://ask.libreoffice.org/en/question/20188/how-to-export-pdf-with-eps-image-in-writer/?answer=20475#post-id-20475 The relevant bit is: For example if your "pstoedit" is in "/opt/local/bin" your LO maynot be able to find it, therefore the export PDF with EPS image will be fail. Since Lion, the GUI app environment PATH is only affected by "launchctl" command. In my case, here is what I did: p=$(launchctl getenv PATH) launchctl setenv PATH /opt/local/bin:/opt/local/sbin:$p Note: I have not tested this myself. I am merely reporting this here for others. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list Libreoffice-bugs@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs