GrowlNotify 1.3 + Growl 1.3.1 for Lion: bug

I am working on Mac OS X 10.7.2 with Growl 1.3.1 for Lion. I installed growlnotify version 1.3 and executed growlnotify -a Emacs.app -m "foo" in the terminal. I get:

2011-12-11 11:26:39.349 growlnotify[86152:707] <GrowlGNTPRegistrationAttempt: 0x7fa202017f00> failed because Error Domain=GCDAsyncSocketErrorDomain Code=7 "Socket closed by remote peer" UserInfo=0x7fa202202450 {NSLocalizedDescription=Socket closed by remote peer}
2011-12-11 11:26:39.351 growlnotify[86152:707] Failed to register with (null)

Subsequently, the lever disappears from the menu bar. In other words: it crashed.

Has anyone experienced something similar?

This is most likely not an emacs problem, I also get this if I select other applications.

+5
source share
2 answers

Try setting a password in the Growl network settings and specify the password through the -P option.

Apparently this is a known bug: http://metacpan.org/pod/Net::Growl#Internal-OO-API-only

+2
source

, OS X 10.7.2, , Growel ( Yosemite 10.10.5) , Mavericks + , :

Mavericks Apple Display 'display notification':

display notification "Lorem ipsum dolor sit amet" with title "Title"

AppleScript /usr/bin/osascript:

osascript -e 'display notification "Lorem ipsum dolor sit amet" with title "Title"'

. AppleScript script?

+4

All Articles