So I just recently started noticing that I wasn't receiving any
messages from Growl anymore.  Looking around I noticed that it wasn't
running so I started it and it immediately crashed.

I removed it by using AppTrap and deleting it from my /Applications
and then reinstalled it with the App Store.

With the reinstall I haven't had it crash... yet, but I am still not
receiving notification popups though it is showing in history and the
rollup.  When using the following code I can send the notification but
no popup appears:

[code]
#!/usr/bin/env ruby

#require 'rubygems'
require 'ruby_gntp'

# -- Standard way
growl = GNTP.new("Ruby/GNTP self test")
growl.register({:notifications => [{
  :name     => "notify",
  :enabled  => true,
}]})


# -- Instant notification
GNTP.notify({
  :app_name => "Instant notify",
  :title    => "Instant notification",
  :text     => "Instant notification available now.",
  :icon     => "http://www.hatena.ne.jp/users/sn/snaka72/profile.gif";,
})
[/code]

Anyone have any suggestions on what else I should check?

-- 
You received this message because you are subscribed to the Google Groups 
"Growl Discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/growldiscuss?hl=en.

Reply via email to