错误:
Could not update ICEauthority file /home/username/.ICEauthority
发生场景:
虚拟机下的ubuntu server12.04
解决方案:
进入命令行之后输入
> sudo chown $USER:$USER /home/$USER/.ICEauthority
> sudo chmod 644 /home/$USER/.ICEauthority
> sudo reboot
重启
错误:
Could not update ICEauthority file /home/username/.ICEauthority
发生场景:
虚拟机下的ubuntu server12.04
解决方案:
进入命令行之后输入
> sudo chown $USER:$USER /home/$USER/.ICEauthority
> sudo chmod 644 /home/$USER/.ICEauthority
> sudo reboot
重启