Hi
I'd not have the confidence just to reinstall GConf as I didn't know how it
would affect the database. But as you pointed out that gnome-session was
correct in pointing to GConf as being at fault, I just rerun the installation
of GConf then gnome-session and it went without a hitch.
Hopefully, I haven't destroyed the database.
Thanks
Gena
On Thu, Jun 22, 2006 at 10:13:15AM -0700, Dan Nicholson wrote:
>
> gconf-sanity-check-2 is installed in ${libexecdir} during GConf. On
> my system, this is /usr/lib/GConf/gconf-sanity-check-2. According to
> configure.in, gnome-session should be finding this location from
> pkg-config. Here's the macro:
>
> # gconf-sanity-check
> GCONF_SERVERDIR=`$PKG_CONFIG --variable=gconf_serverdir gconf-2.0`
> old_path=$PATH
> if test x"$GCONF_SERVERDIR" != x; then
> PATH=$GCONF_SERVERDIR:$PATH
> fi
>
> AC_PATH_PROG(GCONF_SANITY_CHECK, gconf-sanity-check-2, no)
> if test x"$GCONF_SANITY_CHECK" = xno; then
> AC_MSG_ERROR([gconf-sanity-check-2 executable not found in your path
> - should be installed with GConf])
> fi
>
> So, Gena, what's the output from `pkg-config
> --variable=gconf_serverdir gconf-2.0'? Alternatively, you can just
> look at the file /usr/lib/pkgconfig/gconf-2.0.pc.
>
> --
> Dan
> --
> http://linuxfromscratch.org/mailman/listinfo/blfs-support
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
---end quoted text---
--
Wow! Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page