Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macos 10.14 notification only displays in sidebar not as popup #25

Open
roelhogervorst opened this issue Nov 21, 2018 · 5 comments
Open

Comments

@roelhogervorst
Copy link

(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.

@roelhogervorst
Copy link
Author

I think because it uses the app delegate and not terminal notifier as it says in the readme

@roelhogervorst
Copy link
Author

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

@roelhogervorst
Copy link
Author

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)

@gaborcsardi
Copy link
Owner

I'll overhaul the mac implementation at some point, to use the macos api directly.

@octern
Copy link

octern commented Jul 14, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants