macos 10.14 notification only displays in sidebar not as popup
(note I did not check this package on older version of mac) Notifications are send but not displayed as popup. They do display in the notifications sidebar.
Weirdly when I send a message with terminal notifier it does show up as popup and in the sidebar. I've checked the notification settings of terminal-notifier and they are the same as rstudio.
I think because it uses the app delegate and not terminal notifier as it says in the readme
nope a quick check shows that it has to do with the bundle_id, disabling the bundle_id (makes terminal notifier default to -sender == terminal notifier) the message shows as a popup
extremely weird. org.r-project.R displays nothing at all, org.rstudio.RStudio displays only in the sidebar. If you delete the -sender argument it does display (as macnotifier)
I'll overhaul the mac implementation at some point, to use the macos api directly.
I'm having this exact problem in MacOS Monterey. Notifications do not display, but they do appear in the notification center when I open it manually.
- Notification permissions for RStudio are turned on
- terminal-notifier does work when I run it in Terminal
- terminal-notifier still works if I specify -sender org.rstudio.RStudio
Is there a way to fix this?