Typing in growlnotify -v via the command line does return a result, but doing it via the exec() does not. And so I had to add the explicit path to growlnotify in order for it to work.
Not sure if you wanted to make the path a configurable option, but I went ahead and added a patch that at least hardcodes in /usr/local/bin so that it works
| Comment | File | Size | Author |
|---|---|---|---|
| growl_dir.patch | 639 bytes | KentBye |
Comments
Comment #1
eaton commentedThanks -- I'd installed my copy in a different location and it was accessible to all users. Committed!