Re: [GnomeMeeting-list] what keys does gnomemeeting set through gconf?



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: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]