terminal-notifier
terminal-notifier copied to clipboard
-activate not work with icon.
Please check everything that applies to your issue:
- [x] I looked in closed issues and it has not already been answered
- [ ] My issue appeared with a terminal-notifier update
- [x] I'm using a tool that uses terminal-notifier (guard-notifier, node-notifier...)
To help us debug your issue please include:
- the macOS version you use: 12.1
- terminal-notifier version: terminal-notifier 2.0.0
- how did you install terminal-notifier (binary download, homebrew, ruby gem...)?: homebrew homebrew
- step-by-step reproduction instructions
run
terminal-notifier -message "test" -activate "com.apple.Terminal"
Thanks!
I want to run terminal-notifier
in emacs to get some notification and find that -sender
can show with icon but not show the notification when I focus on emacs.
So I try to use -activate
and it works, I get the notification even I focus on emacs, but it didn't have icon, I also test some other ID
, some system builtin application, it still not work.