Le mercredi 26 mars 2008 à 16:51 +0100, Matthias Apitz a écrit : > After a lot of debugging I have now a 1st version of Ekiga build from > SVN which works a bit, 'a bit means': > > - it shows the video with V4L and plays sound with OSS > - it connects to [EMAIL PROTECTED] and echo's my voice correctly > > the problems are: > > - 8x error messages of this text on boot of Ekiga: > (ekiga:61309): GConf-CRITICAL **: gconf_value_get_bool: assertion > `value->type == GCONF_VALUE_BOOL' failed > I have no idea where they come from and what they mean >
Hi, When you build Ekiga, you use those flags: --disable-gnome --enable-gconf It seems to me you might try to disable gconf, as GConf is a system for storing application preferences for the gnome desktop. see: http://www.gnome.org/projects/gconf/ AFAIK, if you disable gconf at compile time, ekiga will use a file to store its configuration. I think Snark is responsible for that... Regards, Yannick > - a X11 caused message like: > 2008/03/26 16:43:12.127 0:09.801 GMDisplayM...0x29bd8d00 X11 > Unhandeled X Event MapNotify (19) received > > - Ekiga sometimes starts with a complete grey window, GConf is a system for > storing application preferencesno buttons on it; > 'sometimes' let me think in some uninitialized variables; > > - I can't terminate a call to [EMAIL PROTECTED] without killing the > application; the hang-up button has no affect;GConf is a system for storing > application preferences > will dig into this first; > > Any comments/hints for the above problems? Thx > > I've also already started to write some stuff in the Wiki: > http://wiki.ekiga.org/index.php?title=Compile_your_own_SVN_version_of_Ekiga_on_FreeBSD > comments/corrections are welcome; > > matthias > -- Me joindre en téléphonie IP / vidéoconférence ? sip:[EMAIL PROTECTED] Logiciel de VoIP Ekiga : http://www.ekiga.org http://wiki.ekiga.org/index.php/Which_programs_work_with_Ekiga_%3F _______________________________________________ ekiga-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/ekiga-list
