Absolutely Tech

Icon

Yes!! Its absolutely tech…

[Solved] Unable to update .ICEauthority error on booting

I received this error after installing updates and restarting the computer. It was nothing but a file-permission issue. You can easily fix it.

To solve it, type the follow these instructions:

Go to Application menu->Accessories->Terminal or press Alt+F2 and type gnome-terminal and press enter.

In terminal, type:

sudo chown username:username .ICEauthority

sudo chmod 0644 .ICEauthority

Replace username with your own username.

Restart your computer to check that the problem has been fixed.

Cheers!

Post to Twitter Post to Yahoo Buzz Post to Delicious Post to Digg Post to Facebook Post to MySpace Post to Reddit Post to StumbleUpon

Related posts:

  1. Extracting and adding files from and to Rar and 7z files
  2. [Solved] “Error saving media attachment.” error in Wordpress
  3. [Solved] Synaptics touchpad horizontal scrolling in Ubuntu
  4. Connecting to a windows computer on LAN using Samba
  5. Killing applications in Ubuntu

Category: Ubuntu (Linux)

Tagged: ,

2 Responses

  1. Prem says:

    Hey,thanx a lot………………..it works

  2. Bteam says:

    Awesome man, thanks!

Leave a Reply