Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- IT제어
- winscp
- ftp
- PHP4
- 신바람여비서win98
- 코드라마 #AI
- MSSQL #TCP/IP Enabled
- 인터넷안되는문제해결
- sftp
- centos7
- PID4
- 윈도우앱지우기
- CenOS6.10
- 아이티제어
- 한글2 #hangul2_from_2024_01_17
- ubunto #네티워크설정
- php7
- windows19Server
- CapsLock키보드 뽑기
- 조성남
- 에디트플러스 #sftp안될때
- utf8mb4
- root직접로그인
- putty
Archives
- Today
- Total
아이티제어
Authentication required 우분투 잠김 화면 해결 법 본문
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
끝.
'Linux > 우분투Ubuntu' 카테고리의 다른 글
우분투 iptable 등이 system 시작시 자동 실행 되게 하기 (0) | 2023.02.14 |
---|---|
두대의 리눅스에서 tcp패킷을 그대로 다른 컴퓨터에 다른 포트로 전달해주는 기능 구현방법 (0) | 2023.02.14 |
우분투 22 화면 둘러보기 (0) | 2022.08.15 |
우분투 초기 root 비밀번호 설정 (0) | 2022.08.15 |
우분투 크롬 브라우져 설치 하기 (0) | 2022.08.14 |