[精讚] [會員登入]
3111

啟動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

你可能感興趣的文章

debian安裝drupal細節 設定apache2的細節

How to deal windows10 with lost bootloader issue 如何修復Windows 10 丟失UEFI引導 (bootloader)無法開機

在virtualbox如何壓縮vdi檔 using commands to reduce virtualbox's vdi file space

[網管心得]qnap+proxmox 韌體更新及nfs掛載或變更

在新版谷歌協作平台嵌入edimax或lass空氣盒子讀取數值並視覺化 embeeded javascript to read and visualized lass json value on new google site

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

隨機好文

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

JIRA using gmail as smtp outgoing mail sender 如何設定jira使用gmail信箱送信

縣市端新增syncdata spi功能 為了讓部裡主機可以透過OAUTH2流程,呼叫縣市同步SYNCDATA 的API

更新程式環境到wildfly18+openjdk11-phase3: 伺服器環境升級準備 upgrade jdk and wildfly on server

更新java版本後一定要做的事情 how to deal with PKIX path building failed issue after upgrade java sdk version in IDE