Possible Duplicate:
Remove “Set Up Mail” and other entries from the message indicator?
In Ubuntu 11.10, how do I remove the Chat, Broadcast and Set Up Mail... entries from the messaging menu?
I tried blacklisting them by symlinking (say, ~/.config/indicators/messages/applications-blacklist/empathy
to /usr/share/indicators/messages/applications/empathy
) but that didn't do anything...
Has the blacklisting method changed? Do I have to use other application names?
/usr/share/indicators/messages/applications/
? @Warriorking64: Thought the accepted answer in the linked question asked the user to remove the file from the above directory – Nitin Venkatesh Oct 15 '11 at 19:49cp /usr/share/indicators/messages/applications/* ~/.config/indicators/messages/applications-blacklist/
do? For me it removes all the items except Chat. – Isaiah Oct 15 '11 at 20:09