Comment 0 for bug 1502126

Revision history for this message
Julian Gilbey (jdg) wrote :

The OSX Inkscape launcher, in packaging/macosx/Resources/bin/inkscape in the bazaar repository, sets up the PATH environment variable to ensure that LaTeX is found (needed for the Render -> LaTeX formula extension). However, on OSX 10.11 (El Capitan), the /usr/texbin symlink is no longer present, and /Library/TeX/texbin is used instead.

Trivial patch to fix this bug:

In line 46 of this file, prepend the extra path component /Library/TeX/texbin. (Don't remove the existing one, as older systems still use /usr/texbin; some systems have both symlinks present.)