我卸载了“Unity”并使用“Gnome Shell”,但新的“在线账户”仍然在“系统设置”菜单中。我该如何完全地去掉它?
我尝试了下面的命令,但它不起作用:
sudo apt-get -y remove unity-lens-shopping account-plugin-aim account-plugin-facebook account-plugin-flickr account-plugin-google account-plugin-icons account-plugin-identica account-plugin-jabber account-plugin-salut account-plugin-twitter account-plugin-windows-live account-plugin-yahoo gnome-online-accounts
答案1
如果您想删除 gnome-control-center 中的选项,只需执行:
sudo apt-get purge unity-control-center-signon
您会看到在线账户从系统设置中消失(如果您使用 Unity)。
答案2
您可以只删除图标,而不会影响任何内容:
sudo mv /usr/share/applications/gnome-credentials-panel.desktop /usr/share/applications/ gnome-credentials-panel.desktop.old
或者,你可以删除负责该问题的包
sudo apt-get remove unity-control-center-signon