Well I partially fixed the problem. It seems that Growl doesn't like case-sensitive filesystems, found it in another thread.
These two commands fixed part of my problems (No popups and No Preferences Menu Bar): $ sudo mv /Applications/Growl.app/Contents/PlugIns/ Whiteboard.growlStyle/Contents/info.plist /Applications/Growl.app/ Contents/PlugIns/Whiteboard.growlStyle/Contents/Info.plist $ sudo mv /Applications/Growl.app/Contents/PlugIns/Darkroom.growlStyle/ Contents/info.plist /Applications/Growl.app/Contents/PlugIns/ Darkroom.growlStyle/Contents/Info.plist growlnotify 1.3 however is still crashing. On Jan 10, 11:57 am, Brenden <[email protected]> wrote: > Further Information. > > I installed growlnotify 1.3 and tried to run it. Crashes! > [error] > $ growlnotify --name growlnotify --sticky --message "testing > growlnotify" > 2012-01-10 11:50:40.506 growlnotify[11215:707] *** Terminating app due > to uncaught exception 'NSInvalidArgumentException', reason: '*** - > [NSDictionary initWithObjects:forKeys:]: count of objects (3) differs > from count of keys (4)' > *** First throw call stack: > ( > 0 CoreFoundation 0x00007fff92f9f286 > __exceptionPreprocess + 198 > 1 libobjc.A.dylib 0x00007fff8e52dd5e > objc_exception_throw + 43 > 2 CoreFoundation 0x00007fff92faac3c - > [NSDictionary initWithObjects:forKeys:] + 492 > 3 growlnotify 0x00000001077758de > growlnotify + 10462 > 4 growlnotify 0x0000000107774d44 > growlnotify + 7492 > ) > terminate called throwing an exception[1] 11215 abort > growlnotify --name growlnotify --sticky --message "testing > growlnotify" > [/error] > > I then tried the sample applescripts. They "worked" for a very low > value of work. They only show up in the rollup, no pop up and when > you try to view the message in the rollup it just opens the growl > preference pane. > > I have to say I agree right now with another message that was posted > on here. Growl use to get a great program but with the migration to > the Mac App Store I have read about people having nothing but trouble > with it and now I'm experiencing it. > > On Jan 9, 2:18 pm, Brenden <[email protected]> wrote: > > > > > > > > > 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.
