Sunday, January 9, 2011

Fixing "there is a problem with the configuration server (/usr/lib/libgconf2-4/gconf-sanity-check-2 exited with status 256)" in Ubuntu

You'll see this when Ubuntu just finished booting and you're about to login to your account.


Simple, just open the terminal and type this:

chmod 755 /home/x

where x is your username, then restart :)

source

Fixing "Could not update ICEauthority file /var/lib/gdm/.ICEauthority"

You'll see this when Ubuntu just finished booting and you're about to login to your account.


Simple, just open the terminal and type this:

sudo chown -R gdm: /var/lib/gdm


then restart :)



source