grhkm21
grhkm21
You wanna try running `/Applications/Etterna/Etterna.app/Contents/MacOS/Etterna` from terminal?
Hi, it seems that OP didn't reply. I have come across the same issue, the error window shown above pops up when I hit "play" (?) after loading the file...
Exact same error, Python 3.10.10 (conda), macOS 13.4.
I googled quite briefly and as the README suggests, the current method of using NSUserNotificationCenter is deprecated and only supported up to MacOS 11.0, see [here](https://developer.apple.com/documentation/foundation/nsusernotificationcenter). The new way to...
I have figured out a way to send notifications, but it's not pretty at all and goes against the point of this library, which is "mac-notification is a Python library...
I have posted all my findings above. As I said, I think it is fundamentally impossible to post notifications from an unsigned app alone. However, if you can launch a...
I will fix #76 first, then this should follow.
#76 has been shut down, so I have reverted those changes now, now this should be ready :)
Any idea on where or how to embed this hash metadata into the built shared library? Or should it be put inside the build directory as e.g. just a text...
I will poke around and figure out how the dependencies are figured out, thanks :)