File pessulus-gconf-path.patch of Package pessulus
Index: pessulus-2.24.0/configure.ac
===================================================================
--- pessulus-2.24.0.orig/configure.ac
+++ pessulus-2.24.0/configure.ac
@@ -23,7 +23,7 @@ AC_PATH_PROG(GCONFTOOL, gconftool-2)
dnl Get the GConf defaults source, and sed it to make the mandatory source.
GCONF_DEFAULTS_SOURCE=`gconftool-2 --get-default-source`
-GCONF_MANDATORY_SOURCE=`echo $GCONF_DEFAULTS_SOURCE | sed -e s/gconf.xml.defaults/gconf.xml.mandatory/`
+GCONF_MANDATORY_SOURCE=`echo $GCONF_DEFAULTS_SOURCE | sed -e s/gconf.xml.schemas/gconf.xml.mandatory/`
AC_ARG_WITH(gconf-mandatory-source,
AC_HELP_STRING([--with-gconf-mandatory-source],
[The GConf source of the mandatory values]),