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

Asked by ikey

After installing veetle the following error keeps popping up every time i log in.

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

And also my sound is some how disabled "waiting for sound system to respond", with that message and no sound.(dont know if both are related issues even).

Im using ubuntu 10.04 and everything was fine till now.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

Can you boot to root recovery mode and run:

cd /home; chown -R ikey ./ikey

Then reboot

Is it any better?

Revision history for this message
ikey (ikkeys) said :
#2

Thanks actionparsnip, that solved my question.

Revision history for this message
ikey (ikkeys) said :
#3

tnx alot dude.

peace

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

Do you use commands like:

sudo nautilus
sudo gedit

etc?

Revision history for this message
ikey (ikkeys) said :
#5

yeah i know simple ones. why?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

ok here is what caused your problem. I will also tell you how to avoid this.

sudo is NOT for graphical applications like nautilus and gedit and you can and WILL garbage file ownerships. You will most likely find that the file was owned by root so you get the issue. This is due to th fact that sudo is ONLY for command which stay i the terminal like cp, mv, ln, apt-get, aptitude etc.

gksudo is usd for grahical apps like gedit, nautilus, vlc etc and setup the environment for the graphical app as there are different settings which need configuring for the command to run properly.

Due to the incorrect environment for nautilus etc, the ownership gets given to root in the majority of cases and causes problems.

To avoid this in the future remember to use gksudo for graphical apps. (You can technically use gksudo for both)

Revision history for this message
ikey (ikkeys) said :
#7

kool man, tnx alot
dats realii a huge help.
explains everiithin.

ciao

Revision history for this message
Sadashiv (sadashiv-30) said :
#8

Awesome explanation. And it really solved the ICEauthority problem. I will alias sudo with gksudo :)

Revision history for this message
Paul James (pauljam20) said :
#9

Not sure whether it is appropriate to make these comments here, but they may be helpful to someone else with this problem...

I also had this problem which was solved by actionparsnip's suggestion (although I used "sudo") thanks.

I was also getting the message: "There is a problem with the configuration server. (usr/lib/libconfig2-4/gconf-sanity-check-2 exited with status 256)" this was also solved.

Your suggestion that these problems can be created by the use of sudo also make sense - I was recommended to use that in the past to try and get the screen working in 9.10.