[Lunar-commits] <moonbase> gdm: fix gconf-sanity-check-2 exited with status 256

Zachary McGrew zmcgrew at lunar-linux.org
Wed Jun 3 00:44:29 CEST 2009


commit fd48e4a8a83bec55bda5bdf5aebeddef05659a1d
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Tue Jun 2 15:44:29 2009 -0700

    gdm: fix gconf-sanity-check-2 exited with status 256
---
 gnome2/desktop/gdm/BUILD |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/gnome2/desktop/gdm/BUILD b/gnome2/desktop/gdm/BUILD
index 6242436..8610aa6 100644
--- a/gnome2/desktop/gdm/BUILD
+++ b/gnome2/desktop/gdm/BUILD
@@ -49,4 +49,8 @@
  install --mode=755 $SCRIPT_DIRECTORY/Default /etc/gdm/PreSession/ &&
  install --mode=755 $SCRIPT_DIRECTORY/Default /etc/gdm/Sessions/ 
 
+ #Fix the gconf-sanity-check-2 exited with status 256 error
+ mkdir -p /etc/gconf/gconf.xml.system  &&
+ chmod 755 /etc/gconf/gconf.xml.system
+
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list