Linux/우분투Ubuntu

Authentication required 우분투 잠김 화면 해결 법

아이티제어 2022. 8. 15. 06:15

Authentication required 

an application wants access to the keyring "Default kyring", but it is locked  화면이 자꾸 뜬다.

없애보도록하자.

color.pkla 를 만들어준다.

 vi  /etc/polkit-1/localauthority/50-local.d/color.pkla

내용은 

 

[Allow colord for all users]
Identity=unix-user:*
Action=org.freedesktop.color-manager.create-device;org.freedesktop.color-manager.create-profile;org.freedesktop.color-manager.delete-device;org.freedesktop.color-manager.delete-profile;org.freedesktop.color-manager.modify-device;org.freedesktop.color-manager.modify-profile
ResultAny=yes
ResultInactive=yes
ResultActive=yes

color.pkla 생성 저장

끝.