如何从“系统设置”中删除“在线帐户”?

A_t*_*txt 9 online-accounts system-settings

我卸载了“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 
Run Code Online (Sandbox Code Playgroud)

小智 11

如果要删除 gnome-control-center 中的选项,只需执行:

sudo apt-get purge unity-control-center-signon
Run Code Online (Sandbox Code Playgroud)

您会看到在线帐户从系统设置中消失(如果您使用的是 Unity)。