7

I'm using popper mail notification, which integrates into the messaging applet, therefore I have no use for the default message indicator entries. Is there a way to hide/remove them?

I already disabled the thunderbird unity integration add-on.

Jorge Castro
  • 73,717
Dinin
  • 147

3 Answers3

8

You just need to remove the Thunderbird file from /usr/share/indicators/messages/applications.

RolandiXor
  • 51,797
5

/usr/share/indicators/messages/applications/ as explained here, are just text files containing path to desktop file. You can blacklist them per-user:

cp /usr/share/indicators/messages/applications/* ~/.config/indicators/messages/applications-blacklist/

enter image description here

zgrge
  • 79
1

You might need to reload the message indicator app. The following works in xfce (xubuntu)

pkill -HUP -f indicator-messages-service