Closed dkadioglu closed 10 years ago
Definitely it is the bug! I did small change and it seems that icons are now displayed correctly. Try to test version 1.7.3 on AMO -> https://addons.mozilla.org/en-US/firefox/addon/gnotifier/versions/?page=1#version-1.7.3
It works now! Thank you.
One question: For each notification a file .gnotifierX.tmp is created with X being a incrementing number. But those files remain in /tmp under linux, even after Firefox has been closed. Is it possible to delete them after showing the notification?
Yes.. you right. One more try ;-) Check this one: https://github.com/mkiol/GNotifier/raw/master/gnotifier.xpi
The files are still not deleted. Anything I can do to debug this?
Thanks for your effort. I made a stupid coding mistake. Temp files are created in /tmp/gnotifier-[random string] and they should be deleted in 1000ms after notification appeared. Try to test version 1.7.5: https://github.com/mkiol/GNotifier/raw/master/gnotifier.xpi
I tested it using http://mkiol.net/gnotifier_test.html and it seems to work correctly.
You're right, now it works as it should! Thank you!
Hi,
I experimented a bit more with GNotifier and I appreciate the functionality more and more. A remaining problem is that the notifications show up without icons except it is a notification for a finished download. I don't have any errors in the error console so I don't have any clue where to look for the culprit. Any idea?
Best regards