-
Notifications
You must be signed in to change notification settings - Fork 25
Stopped Working for Me in Firefox Nightly (36) on Arch Linux #39
Comments
Thanks for the report. I will take a look into it during weekend. |
Unfortunately, so far I was unable to confirm the issue. I did tests using firefox-36.0a1.en-US.linux-x86_64.tar.bz2 and everything seems to work fine. Maybe it is something Arch related. If you are determined enough then I suggest you to do observation with preferences option Additionally, here is Gnotifier release with more verbose logging enabled. |
I think I am having the same issue but with Nightly 37. It has been happening for some time here as well.
Looking at the console.error output though, seems to reveal this
With the last two lines repeating a lot of times |
I can confirm. Having the same issue in Nightly 37. Fortunately, in FF 35 and 36, everything seams to work fine. That is the code that caused the exception: https://github.com/mkiol/GNotifier/blob/master/lib/main.js#L307-311. Honestly, I have no clue why it doesn’t work :/ |
I commented out the lines you mentioned, reinstalled the plugin, but I still see the "too much recursion" error on the console. Unless, of course, you are talking about something else and the "too much recursion" error is not related |
My mistake, both |
Ok, I am not sure what all changed but my combination is now working again. GNotifier 1.8.7 |
Unfortunately, it is still not working for me. |
@tatokis it looks like it could be because you are using such a bleeding edge kernel. Try using 3.17 or 3.18 and see if it works then . . . if so then it could be narrowed down at that point. |
I installed 3.17.4 from the ubuntu kernel repository. |
@mkiol I encountered the recursion error in my addon as well, and fixed it in this way: Rob--W/nnnotifier@933c4ae. Perhaps you want to apply and test a similar fix. I've reported the bug at https://bugzilla.mozilla.org/show_bug.cgi?id=1141070. |
Very Cool, thanks for sharing the fix @Rob--W ! |
This extension is fantastic when it is working..Firefox's notifications get in the way a LOT especially if you setup PushBullet to provide Android notifications in your Firefox (awesome but gets overbearing).
I installed this extension on Firefox Nightly 35 and it worked GREAT but then I updated to Nightly 36 and it does not seem to work at all anymore.
I am using Firefox Nightly (36) on Arch Linux with GNOME Shell 3.14 and libnotify 0.7.6. - I am fairly certain it worked fine with GNOME 3.14 before the upgrade to Nightly 36. As of now, none of the notifications are being sent to libnotify, not even the basic download completed messages.
I realize it could be an Arch specific issue because those seem to be frequent with Nightly but just in case I am posting this issue on the chance that it isnt Arch related.
The text was updated successfully, but these errors were encountered: