开机出现Could not update ICEauthority file /home/username/.ICEauthority

今早开机出现了Could not update ICEauthority file /home/username/.ICEauthority,google了一下

user跟group都是root,解决方法是把权限修改为当前登录的用户$USER
sudo chown $USER:$USER /home/$USER/.ICEauthority
sudo chmod 644 /home/$USER/.ICEauthority
重启X window,OK

 

官方论坛的讨论帖子:what is .ICEauthority?

你可能感兴趣的:(开机出现Could not update ICEauthority file /home/username/.ICEauthority)