Re: [GnomeMeeting-list] what keys does gnomemeeting set through gconf?
- From: Christopher Marshall <christopherlmarshall yahoo com>
- To: GnomeMeeting mailing list <gnomemeeting-list gnome org>
- Subject: Re: [GnomeMeeting-list] what keys does gnomemeeting set through gconf?
- Date: Wed, 29 Dec 2004 08:48:03 -0800 (PST)
Kilian:
I have been reading up on gconf and I understand (mostly) what you were telling me in the previous
post, the crucial steps (in my mind) being:
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make DESTDIR=/usr/build install
and
gconftool-2 --makefile-install-rule $SCHEMA_LOCATION/$SCHEMA
Thanks again for writing your reply, it was exactly what I wanted to know.
I am still curious what to do about removing such a binary package, and undoing the effect of:
gconftool-2 --makefile-install-rule $SCHEMA_LOCATION/$SCHEMA
There doesn't seem to be any gconftool-2 option that would have the reverse effect of
--makefile-install-rule.
Is there such an option or is that not possible with gconf?
Chris Marshall
--- Kilian Krause <kk verfaction de> wrote:
> Hi Christopher,
>
> > on A:
> > ./configure --prefix=/usr --sysconfdir=/etc
> > make
> > make install DESTDIR=/usr/build
> > cd /usr/build
> > tar c . | gzip -c > ../gnomemeeting.tgz
> > cd /
> > tar xvzf usr/gnomemeeting.tgz
> >
> > on B:
> > (copy gnomemeeting tp /tmp/gnomeeting.tgz)
> > tar xvzf gnomemeeting.tgz
>
> this should rather read:
> ...
> GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make DESTDIR=/usr/build install
> cd /usr/build
> ...
>
> and as doinst.sh:
> scrollkeeper-update -q
>
> SCHEMA_LOCATION=/usr/share/gconf/schemas
> SCHEMA_FILES="gnomemeeting.schemas "
> for SCHEMA in $SCHEMA_FILES; do
> if [ -e $SCHEMA_LOCATION/$SCHEMA ]; then
> HOME=/root GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \
> gconftool-2 \
> --makefile-install-rule $SCHEMA_LOCATION/$SCHEMA > /dev/null
> fi
> done
>
> kill -s HUP `pidof gconfd-2` >/dev/null 2>&1 || true
>
> -(snip)-
>
> you might need to adjust the paths and binary names.
>
>
> --
> Best regards,
> Kilian
>
> ATTACHMENT part 1.2 application/pgp-signature name=signature.asc
> _______________________________________________
> GnomeMeeting-list mailing list
> GnomeMeeting-list gnome org
> http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]