Re: [GnomeMeeting-list] Problem with gconf!



On Thu, 2002-03-28 at 19:20, Guilhem Tardy wrote:
> 
> Your configuration looks the same as mine.
> 
> > You can try to get the key manually and see if it corresponds to the
> > date/time of build :
> > gconftool --get "/apps/gnomemeeting/general/gconf_test" --type=string
> 
> This gives me:
>   [root farquaad]# gconftool --get "/apps/gnomemeeting/general/gconf_test"
>   2002-03-28T11:36:46-0500
> 
> How can I make sure that at least this value is OK?
>   [root farquaad]# d /opt/gnome/bin/gnomemeeting
>   -rwxr-xr-x    1 root     root      2719408 Mar 28 11:38 /opt/gnome/bin/gnomemeeting*
> 

It seems to be correct...
Try to edit main_window.cpp :
   if (gconf_test == NULL || strcmp (gconf_test, BUILD_ID)) {
just before, add a :
cout << gconf_test << "  " << BUILD_ID << endl << flush;
and check if the values are the same.

Another thing is that there is a bug in Gconf2 that breaks with some
locales. You can try export LC_ALL=C before launching GM.

If gconftool --get works, GM must work!

Im leaving in 20 minutes, but if you want help, please try to come on
#gnomemeeting, irc.gnome.org, now. Thanks.


-- 
  _
 (o-      SANDRAS Damien
 //\      
 v_/_     Check Out Gnome Meeting !
          http://www.gnomemeeting.org/






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