我想要删除 Evolution 组并用 ThunderBird 替换它,删除 Chat 并用 Pidgin 替换它,最后删除 Broadcast 组。
我怎么做?
答案1
有一篇很棒的文章这里关于如何从菜单中删除不需要的条目。我将为您提供一个简短的摘要,但值得完整阅读。
您需要在终端中运行这些:
mkdir -p ~/.config/indicators/messages/applications-blacklist/
ln -s /usr/share/indicators/messages/applications/evolution ~/.config/indicators/messages/applications-blacklist/evolution
ln -s /usr/share/indicators/messages/applications/empathy ~/.config/indicators/messages/applications-blacklist/empathy
ln -s /usr/share/indicators/messages/applications/gwibber.indicator ~/.config/indicators/messages/applications-blacklist/gwibber.indicator
这将从菜单中删除 CHAT、BROADCAST 和 EVOLUTION。不过,我无法告诉您如何安装 Thunderbird;此命令可能可以做到这一点,但我不保证。我不使用 Thunderbird,所以我不能给出绝对的答案。
sudo cp /usr/share/applications/thunderbird /usr/share/indicators/messages/applications/thunderbird