One of the neat features of Mac OS X 10.8, Mountain Lion, is the notification center. Having all notifications is cool and when I saw Hiss, a replacement for Growl, I immediately installed it and loved it for a few minutes. However, it has one major flaw and that is it doesn’t have an AppleScript dictionary so SuperDuper! gets hung up at the end of copies because it tries to send an AppleEvent to Growl and a have a script that posts notifications of new email from Outlook.
I went down the path of creating a replacement for Hiss and got the AppleScript part going, but didn’t bother with the Growl part. So now I had 2 incompatible halves of a solution.
Then I started poking at the Growl source and figured that I could just write a plugin (Mountain Lion only) that posted the notifications. About 20 minutes later, my plugin was complete.
You can download my plugin here.
Unzip the file, double click it and set it as the default style. There are no configuration settings. This requires Growl 1.4 available on the Mac App Store.
This plugin comes with no warranty nor support. The next version of Growl will eliminate the need for this plugin, so you’ll want to remove it when the next version of Growl comes out.
If you like this, please consider sponsoring my wife in the MS Challenge Walk.
Enjoy!
Good initiative!! what version of growl are you using? version 1.22 doesn’t seem to be compatible though, it was the last version before it got into the appstore.
1.4 from the app store. If you don’t want to spend the $2, you can download the source and compile 1.4 yourself.
Hi, unfortunately I don´t have a growl folder at the location you have given, any idea where I could put your file?
Thanks
You can try double clicking the file to install it or simply create the Growl folder in your user’s application support folder.
Great work! Thanks a lot.
Works great! Thank you! Are you willing to share the code? I’d like to take a look.
I’m glad you like it! At this time, I’m not going to share the source as it isn’t very interesting. Sorry.
Thanks so much for this! This is a much nicer solution than the Hiss application (as nice as it’s been as a stopgap). Mixing this with application level control in growl is excellent!
DO NOT USE HISS.
BARK.
http://barkplug.in/#
While Bark is interesting, it modifies system files to get it to work. I haven’t tried it, yet, but I hesitate to modify the OS.