After latest updates, Gramps crashes on startup - the problem seems to be with Platypus

David Rowe drowe at roden.myzen.co.uk
Wed May 19 13:25:13 PDT 2010


On 19/05/2010 21:07, Brandon Allbery wrote:
> This is going to run with the default PATH, not the one you have set 
> up for shells/Terminal windows.  You probably want to change the above 
> script to add /opt/local/bin to $PATH, since other programs launched 
> from the Dock or an icon may behave oddly if they start using 
> MacPorts' versions of programs instead of the system ones they use now.
>

Thanks for the suggestion. I just altered the Platypus script to:

#!/bin/sh
PATH=/opt/local/bin:$PATH
export PATH
/opt/local/bin/gramps

but Gramps still crashes at load time with the same symptoms

David Rowe


More information about the macports-users mailing list