mkiol / GNotifier

Thunderbird add-on that replaces built-in notifications with the OS native notifications
https://addons.mozilla.org/thunderbird/addon/gnotifier/
GNU General Public License v3.0
164 stars 25 forks source link

not working with FF 26.0a2 under Unity #6

Closed shockme closed 10 years ago

shockme commented 11 years ago

Hi,

Thanks for writing this wonderful addon. I've installed the 1.5 version but it doesn't show notifications. I'm using Ubuntu 13.04 (package libnotify4 is installed). I've also tried triggering notifications using the test.html page in your repository, but to no avail.

mkiol commented 11 years ago

Thanks for the report. Did it work with FF 24?

shockme commented 11 years ago

I don't know. I only found out about GNotifier yesterday and thought "yes, finally, what a great addon".

mkiol commented 11 years ago

Try this one. Upcoming FF drops nsIDownloadManager interface that is used to monitor downloads in Gnotifier. Fortunately, FF 26 brings new API Downloads.jsm that is doing the same job.

shockme commented 11 years ago

This version displays Unity notifications for Downloads, but notifications from the "Self destructing cookies" addon remain displayed by Firefox. Also, clicking the two notification buttons on "test.html" doesn't trigger any notification.

Thanks!

CamilleScholtz commented 11 years ago

The new addon you posted work in the newest Nightly (firefox 28) :)

mkiol commented 11 years ago

@shockme I did little change in "Self destructing cookies" add-on. Check if that solve your problem please.

mkiol commented 11 years ago

@Kamiru- Cool! :-)

shockme commented 11 years ago

Yes, now I get native Unity notifications from Self-destructing cookies. Thank you!

shockme commented 11 years ago

Any idea why triggering notifications using the test.html page doesn't work?

mkiol commented 11 years ago

Notifications from test.html should be ok.. at least they are working fine on my computer :-)

mkiol commented 10 years ago

FYI, There is official and updated version (0.4.2-pre1) of Self-destructing cookies add-on. It supports Gnotifier.

shockme commented 10 years ago

Thanks for everything.