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

来源:互联网 发布:数据库管理员好学吗 编辑:程序博客网 时间:2024/05/16 18:34

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

solve: 

1 ctrl+alt+f1  ,go to terminal

2 sudo chown -R user:user /home/user/.*

3 if it doesnt work ,

try: sudo chmod a+w /home/user/

      sudo chmod 600 /home/user/.ICEauthority

原创粉丝点击