On Apr 17, 2011, at 01:31:09, IvanS wrote: > But if I run it this way - > sudo launchctl load /Library/LaunchDaemons/com.paradigmasoft.test.plist > > I get the app running but without any notification.
I'm no launchd expert, but my guess would be that the latter method ends up running your application as root. (You can check this in top, ps, or Activity Monitor.) Any application running as a different user from Growl cannot send Growl notifications. There isn't really a good solution to this, except to not run your application as root. Considering you made it a launch daemon, I'd guess that's not an option. -- 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.
