[Sparkle] All my Sparkle-updated apps are not working

Ashley Moran work at ashleymoran.me.uk
Tue Jul 31 05:52:48 PDT 2007


On 31 Jul 2007, at 12:30, Martin Redington wrote:

> Well ... I'd guess that, for some reason, when you're running the
> apps, they're not getting the same env that you are now.

AHA!!!  This jogged my memory.  I had to change my ~/.MacOSX/ 
environment.plist ages ago to get ruby working in TextMate.  It was  
set up like below:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http:// 
www.apple.com/DTDs/Propert
yList-1.0.dtd">
<plist version="1.0">
<dict>
         <key>CVS_RSH</key>
         <string>ssh</string>
         <key>SSH_AUTH_SOCK</key>
         <string>/tmp/501/SSHKeychain.socket</string>
         <key>PATH</key>
         <string>/opt/local/bin</string>
</dict>
</plist>

I've changed the PATH value to use the output of 'echo $PATH' from a  
shell and it's all working again now.

Thanks for the help on this - I thought I'd never get it working.   
Turned out it was my fault after all :)

Ashley


More information about the Sparkle mailing list