sheagcraig / yo

Send Notification Center messages from the command line
Apache License 2.0
384 stars 44 forks source link

Yo with LaunchDaemon #23

Closed horizontalz closed 7 years ago

horizontalz commented 7 years ago

I've been trying to have Yo notify the user every 10 seconds to log into Google Drive with a LaunchDaemon that runs at load but it doesn't seem to work.

If I run the .sh script manually, it works.

Might there some issue with LaunchDaemons and notifications?

tulgeywood commented 7 years ago

Try a launchagent. Daemons load at login screen when you aren't supposed to make GUI calls.

horizontalz commented 7 years ago

Yes, I had to fire it up with a LaunchAgent so I had to set one up in conjunction with the LaunchDaemon.