julienXX / terminal-notifier

Send User Notifications on macOS from the command-line.
Other
6.38k stars 330 forks source link

Problem with execute/open #132

Closed deseven closed 9 years ago

deseven commented 9 years ago

Hello, i'm using your app to send notifications from my app.

I'm running it like that: terminal-notifier -group 'myapp' -title 'myapp' -message test -sender info.deseven.myapp -execute 'open http://someurl:12345/'

Or like that: terminal-notifier -group 'myapp' -title 'myapp' -message test -sender info.deseven.myapp -open 'http://someurl:12345/'

Click on the notification doesn't open the url, instead it randomly tries to activate my app or even to launch another copy of it.

If i change the sender to, for example, org.mozilla.firefox - everything works fine.

Is this some kind of a bug? Can you advice something please? OS X 10.10.3, terminal-notifier 1.6.3

deseven commented 9 years ago

Nevermind, i'll use -appIcon instead. Thanks for the great app!