Comment 3 for bug 181639

Revision history for this message
Keenan Brock (keenan-m) wrote :

to fix this, I modified /Applications/Inkscape.app/Contents/Resources/bin/inkscape to read:

CMD="$(readlink $0 || echo $0)"
CWD="`(cd \"\`dirname \\\"$CMD\\\"\`\"; pwd -P)`"

This properly resolves the symbolic link. Then the rest of this script works great.

If this is not clear, let me know and I'll try and learn bizarre / create an account.

Thanks for the great software.