-
Notifications
You must be signed in to change notification settings - Fork 25
GNotifier not working in new Firefox 57 #197
Comments
GNotifier is not a WebExtension, so it was disabled in FF 57. Unfortunately due to few constrains - see #162 - it is not possible to "fix" it to be compatible with the newest FF release. I've decided to continue development only focusing on Thunderbird. |
It's a pity! :( |
Just curious @mkiol. |
DLL is here and the sources are here. Unlike Linux, on Windows GNotifier interacts with OS notification API not directly (using javascript code) but via "adaptor" implemented in C++ and provided as a DLL. GNotifier calls relatively simple js function: This crafty implementation was entirely done by @kabili207. |
@mkiol Are you sure you still rely on that if you would start using WebExtensions? |
@tooomm Unfortunately it is not so simple. Yes, there is WebExtension API for triggering notifications but this API doesn't produce "native" integration on Windows. When you call To sum up, there are following blockers for re-implementation GNotifier as a WebExtension:
*) Actually there is a possibility to use Native messaging API. It is ugly solution because it requires user to install EXE file in the system. This EXE file can not be distributed with the add-on via AMO. I really dislike this approach. |
Thanks for investigating further. So we are basically dependent on mozilla to support native notification systems at one point... No idea about other operating systems. :/ |
feels bad. this is one of my daily driver extensions. |
Who cares about Windows support? We only need it to work in Firefox for Linux! ;) |
@mkiol |
GNotifier not working in new Firefox 57. Firefox disable it.
The text was updated successfully, but these errors were encountered: