-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Notifications not showing on OSX #38
Comments
I think notifications will show on MacOS only after the application is packaged. dbus shouldn't start on macos at all. It's only used for linux so that error message is weird. |
Maybe it's due to the ARM architecture on Mac OS it detects the system as Linux with Dbus? |
Just as a reminder to myself here: In order for notifications to show up the Plist configuration must be "just right" - The problematic piece here is that there are usually two plists:
These need to match and they need to specify the same app id and some other needed values. Not all erlang versions ship with an embedded Info.plist that works for notifications. And Info.plists can not be inserted or removed after compilation. My current solution for production is:
Future ideas could be:
|
Using the example app.
With newer versions of erlang and elixir, the app loads and functions fine, but none of the notifications are ever shown. I'm also not seeing any logs that would be helpful.
Also tried with a fresh Phoenix 1.7 app, and I'm not seeing notifications there either.
With the default
.tool-versions
file, the dbus application doesn't start:The text was updated successfully, but these errors were encountered: