Linux

‘無法更新文件 ICEauthority 文件 /home/user/.ICEauthority

  • July 12, 2019

這是 Linux Mint 的 Debian 建構,但應該能夠在其他版本的 Linux 上工作。當我嘗試登錄時,看起來我可以進入工作區,然後它吐出一個錯誤

Could not update file ICEauthority /home/user/.ICEauthority

解決方法是:啟動,當提示您登錄時,點擊 Ctrl + Alt + F1.

當終端打開時,輸入您的使用者名,然後輸入密碼。您現在應該從終端進入您的帳戶/使用者。從那裡輸入:

sudo chown username:groupname /home
sudo chown username:groupname /home/username
sudo chown username:groupname /home/username/.ICEauthority

如果您不知道您的組名,通常是您的使用者名,但要檢查使用id -gn. 正確鍵入三個sudo chown命令後,點擊以下命令:

Ctrl + Alt + F7
Alt + F7
Ctrl + Alt + F8

現在應該已經將您移回主 GUI 登錄頁面。登錄,您現在應該能夠在 GUI 模式下訪問您的帳戶/使用者

引用自:https://unix.stackexchange.com/questions/529721