“시스템 설정”에서“온라인 계정”을 제거하는 방법은 무엇입니까?


9

"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 

좋은 질문입니다. 알려진 버그입니다. bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/…를 참조하십시오 . 그래도 제거하는 방법을 모르겠습니다.
countunique

@ user19192 그 후에 KDE로 전환했는데 (Gnome Classic과 Gnome Shell을 모두 제거했습니다) 운 좋게도 모든 것이 잘 작동합니다.
A_txt

답변:


11

gnome-control-center에서 옵션을 제거하려면 다음을 실행하십시오.

sudo apt-get purge unity-control-center-signon

그리고 시스템 설정에서 온라인 계정이 사라지는 것을 볼 수 있습니다 (Unity를 사용하는 경우).


NB Unity에서 GNOME로 전환했는데 Unity에 추가 된 계정이 표시되지 않으면이를 제거하여 그놈에 다시 추가 할 수 있습니다.
Calvin

0

아무 영향을주지 않고 아이콘 만 제거 할 수 있습니다.

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
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.