Re: [gdm-list] gdm gconf changes
- From: "Ray Strode" <halfline gmail com>
- To: "William Jon McCann" <mccann jhu edu>
- Cc: gdm-list gnome org
- Subject: Re: [gdm-list] gdm gconf changes
- Date: Mon, 19 Nov 2007 14:22:21 -0500
Hi,
> On Nov 19, 2007 1:56 PM, Ray Strode <halfline gmail com> wrote:
> > Hi,
> >
> > I've put up a patch here:
> >
> > http://www.gnome.org/~halfline/gdm-gconf.patch
> >
> > that integrates Matthias's proposed gconf settings into the source tree.
>
> Sorry for not being very responsive with this stuff. Been really tied
> up with other things.
>
> One questions on the patch. Where is GDM_WORKING_DIR set?
I ran svn diff from the data directory instead of topsrcdir, sorry about that.
the configure bit is:
--- configure.ac (revision 5512)
+++ configure.ac (working copy)
@@ -1166,6 +1166,20 @@ AC_SUBST(GDM_PID_FILE)
AC_DEFINE_UNQUOTED(GDM_PID_FILE, "$GDM_PID_FILE", [pid file])
dnl ---------------------------------------------------------------------------
+dnl - GREETER WORKING DIRECTORY
+dnl ---------------------------------------------------------------------------
+
+AC_ARG_WITH(working-directory, [ --with-working-dir=<dir>
working directory])
+
+if ! test -z "$with_working_directory"; then
+ GDM_WORKING_DIR=$with_working_directory
+else
+ GDM_WORKING_DIR=${localstatedir}/lib/gdm
+fi
+
+AC_SUBST(GDM_WORKING_DIR)
+
+dnl ---------------------------------------------------------------------------
dnl - Allow configure to specify RBAC keys.
dnl ---------------------------------------------------------------------------
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]