Linux Gnome: gconf-sanity-check-2 Exited With Status 256 Error and Solution

www‮l.‬autturi.com
Linux Gnome: gconf-sanity-check-2 Exited With Status 256 Error and Solution

If you see an error message saying "gconf-sanity-check-2 exited with status 256" when starting a Gnome desktop on a Linux system, it means that there is a problem with the configuration of the Gnome desktop.

This error is usually caused by a corrupted configuration file or a problem with the Gnome settings daemon (gconfd-2).

To fix this issue, you can try the following:

  1. Restart the Gnome settings daemon: Try restarting the Gnome settings daemon by running the following command:
killall gconfd-2

This will stop the daemon and allow it to start again.

  1. Reset the Gnome configuration: If the problem persists, you may need to reset the Gnome configuration. You can do this by deleting the ~/.gconf directory and the ~/.gconfd directory. These directories contain the Gnome configuration files and deleting them will reset the configuration to its default state.

  2. Check for damaged configuration files: If the problem is still not fixed, it may be caused by damaged configuration files. You can try to repair the damaged configuration files by running the following command:

gconftool-2 --recursive-unset /

This will reset all the Gnome configuration values to their default state.

Created Time:2017-10-30 10:17:34  Author:lautturi