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.

link|improve this question

50% accept rate
feedback

2 Answers

up vote 4 down vote accepted

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

link|improve this answer
Already tried it, but no luck. – Dinin Oct 15 '11 at 20:04
1  
@Dinin: what steps did you take? Without the addon and the entry in that folder, there should be nothing there. – Roland Taylor Oct 15 '11 at 21:12
There was a hidden backup of thunderbird in /usr/share/indicators/messages. Removing this solved my problem. THX – Dinin Oct 19 '11 at 12:35
feedback

/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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.