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

Incorrect app name given to notify-send #27

Closed Gotolei closed 10 years ago

Gotolei commented 10 years ago

Using the recent-notifications applet in gnome-fallback, it seems to send a domain name and the xpi filename instead of "GNotifier" or "Firefox"

http://i.imgur.com/xLdLxwX.png

mkiol commented 10 years ago

Thanks for this report. I've made small change in code. Now libnotify is called with app_name equals "Firefox" or "Thunderbird" or "SeaMonkey" ect.. You can try it here.

Gotolei commented 10 years ago

Seems to be working properly now. Thanks!