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?

link|improve this question

75% accept rate
1  
@nitstorm I'm not so sure, since that question seems specific to an older version of Ubuntu using Evolution. 11.10 now comes with Thunderbird by default. Also, note that the accepted answer there did not work for this asker. – WarriorIng64 Oct 15 '11 at 19:42
1  
@jfoucher: Have you tried just removing the applications from /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 – nitstorm Oct 15 '11 at 19:49
@nitstorm On a second look, you're right about the answer. I must've just misread something. – WarriorIng64 Oct 15 '11 at 19:52
What does running cp /usr/share/indicators/messages/applications/* ~/.config/indicators/messages/applications-blacklist/ do? For me it removes all the items except Chat. – DoR Oct 15 '11 at 20:09
Yes @Dor, that did the trick for everything except chat. The symlink method seems not to work anymore. And the Chat item is still here... – jfoucher Oct 16 '11 at 4:39
feedback

closed as exact duplicate by Jorge Castro, Bruno Pereira Mar 7 at 23:21

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

I used Synaptic Package Manager to uninstall telepathy-indicator. That removed it :) The above-mentioned method of removing Chat/Evolution/Broadcast from the /usr/share/indicators/messages/applications/ folder worked for Evolution/Broadcast, but not for chat.

Hope I helped!

link|improve this answer
feedback

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