[精讚] [會員登入]
3086

啟動chrome時要求須輸入密碼enter password to unlock login keyring

asking for entering password to unlock login kerying on Ubuntu desktop

分享此文連結 //n.sfs.tw/14824

分享連結 啟動chrome時要求須輸入密碼enter password to unlock login keyring@外行中的外行
(文章歡迎轉載,務必尊重版權註明連結來源)
2020-12-12 21:05:12 最後編修
2020-11-21 21:38:37 By jung
 

當安裝完Ubuntu桌面版後,新增完使用者,安裝Chorome瀏覽器

啟動chrome就會跳出視窗要求需要輸入密碼

enter password to unlock your login keyring

有時候發生在新安裝的桌機上

這次是發生在更換使用者密碼後

chrome居然不認得新密碼,怎麼輸入密碼都顯示錯誤

找了谷歌大神,只有這個解法有效

1. 先找到這個設定keyring的檔案

:~$ find ~/ -name login.keyring
 
2. 把它刪掉
 
:~$ rm -f /home/your_username/.local/share/keyrings/login.keyring
 

3. 重新啟動chrome 就會跳出畫面要求須輸入新密碼,這次要改成相同的登入密碼,就成功了

 

END

你可能感興趣的文章

在debian9使用apt-key add gpg key from ubuntu keyserver

使用bash script 顯示及比較記憶體剩餘用量 How to get the available memory reported as a percentage then compare Numbers and Strings in Linux Shell Script

在windows環境下強制刪除無法以檔案總管刪除的檔案或目錄 how to remove directories or files that cannot be deleted by default file manager

在ubuntu18.04桌面版安裝中文注音輸入法 如何在ubuntu桌面使用新酷音注音輸入法

zfs on ubuntu 20.04 how to destroy zfs pool while error message said pool is busy

[網管心得]ssh keygen用法 ssh-copy-id

隨機好文

[網管心得]ssh keygen用法 ssh-copy-id

縣市端IdP新增自訂首頁內容功能 合併本部主程式,手動於mongo內新增管理使用者資料

安裝netbeans9遇到的小狀況 how to show netbeans9 program onto ubuntu desktop

在windows server建立radius服務使用active directory帳號驗證 setup windows server to add radius service using active directory accounts for authentication

縣市端新增師生關係API程式 在縣市端建立可由教育部主機撈取縣市資料庫師生關係的API 程式