hoodie / toastify

🍞A commandline tool that shows desktop notifications using notify-rust
Apache License 2.0
94 stars 8 forks source link

set application to fix notifications on macos #5

Closed JoshMcguigan closed 2 years ago

JoshMcguigan commented 5 years ago

Toastify was not working on MacOS. This was caused by not setting the application, which causes mac-notification-sys to fail silently. For now I've hard coded this to the application Finder, because in my testing not all applications work (Terminal does not work).

An alternate solution is waiting for h4llow3En/mac-notification-sys#13 to merge, then updating the dependency.

hoodie commented 5 years ago

@JoshMcguigan does the issue still exist?

JoshMcguigan commented 5 years ago

I'm not sure unfortunately. I no longer develop on a Mac.

hybras commented 2 years ago

I assume this can be closed since I updated the dependency and the relevant pr was merged