我想删除 MeMenu,但不删除旁边的注销/关机/重启/等按钮。我从不使用社交网络,所以用不到这个功能。有什么建议吗?
答案1
要仅显示会话管理器,请gconf-editor
从终端或“运行应用程序”对话框(按 调用Alt+F2
)启动。接下来浏览并将/system/indicator/me/
的值display
从更改1
为0
。
或者您也可以在终端中运行此命令:
gconftool -s /system/indicator/me/display --type int 0
要重新启用 MeMeun,请运行:
gconftool -s /system/indicator/me/display --type int 1
答案2
尝试:
sudo apt-get remove indicator-me
如果您还想摆脱消息小程序:
sudo apt-get remove indicator-me indicator-messages
答案3
您还可以将您不想出现在下拉列表中的应用程序添加到黑名单中,~/.config/indicators/messages/applications-blacklist
方法是将其配置复制/usr/share/indicators/messages/applications
到该目录中。请参阅这个错误以进行更多讨论。