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

Linux | Plasmashell #81

Closed christophschw closed 8 years ago

christophschw commented 8 years ago

Hey, first let me say: really nice addon! Love to use it and it's very smooth. Thank you!

I'd like to know if there's a possibility to change the popup duration for Plasma respectively libnotify, I guess. The main reason is that Plasma doesn't have any notification history for common notifications anymore, ( https://github.com/blue-systems/plasma-5.4/issues/48 ) so it would be great to flag the popups whether as persistence or to rise the expire time. So I wouldn't miss any popups anymore.

It would be great to have an interface option to do this. But it would be also very good for me to alter the code which generates the behavior. The problem: I don't have a clue ;)

Thanks in advance!

mkiol commented 8 years ago

In the latest package, I've added option to define "Notification timeout". It works on Plasma5 - tested on OpenSUSE 42.1.

Unfortunately, I wasn't able to set the notification to never expire. Actually, libnotify/D-Bus API has such option, but Plasma seams not to support it.

PS: Here is instruction how to disable signing check. This is needed to install xpi.

christophschw commented 8 years ago

Thank you! It seems very promising, but unfortunately the update breaks the whole functionality of your add-on... Fedora 23 and FF 44, new configuration. What additional infos do you need? FF-Debug-Output?

If you set libnotify-timeout to 0, the notification will be saved at least in the notification history of plasma.

mkiol commented 8 years ago

Obviously it doesn't work at all. Sorry - my stupid mistake.

Here is new package. I added option to disable expiration. Seams to work great!

christophschw commented 8 years ago

Yeah, great, it works very well! Thank you :)

christophschw commented 8 years ago

Today was my first day working (at my job) with your addon and I have to say it is incredibly useful for me. Thanks again for your great work!

mkiol commented 8 years ago

Glad I could help. If you come up with other useful ideas how to improve GNotifier, please let me know.