OS X firewall popup about growlnotify keeps popping up

Posted by Vitaly Kushner on Stack Overflow See other posts from Stack Overflow or by Vitaly Kushner
Published on 2010-02-23T04:41:35Z Indexed on 2010/03/08 1:35 UTC
Read the original article Hit count: 490

Filed under:
|
|

I have autotest setup with growlnotify using growl_glue (version 1.0.7):

require 'growl_glue'
GrowlGlue::Autotest.initialize do |config|
  config.notification :use_network_notifications => true
end

growl version is 1.2

each time autotest runs and displays the notification growl popup I also get an OS X firewall popup asking Do you want the application "growlnotify" to accept incoming network connections?

I tried answering deny and allow but it still keeps popping up.

the deny/allow choice is properly reflected in System Preferences -> Security -> Firewall -> 'application access list', but it still asks every time.

update

I ended up using autotest-growl gem instead of the growl_glue. it fixed the problem, it was probably related to how growl_glue was calling growlnotify.

© Stack Overflow or respective owner

Related posts about osx

Related posts about autotest