Page 2 of 2

Re: SIP VoIP client

Posted: 10. Oct 2010, 18:16
by lmello
zAchAry wrote: Edit: Ekiga settings (version 3.2.6 from SBo) are saved to a one file only at:

Code: Select all

./.config/ekiga.conf
[/i]
That's because Ekiga is compiled without GConf support by default in the SBo script.

Grab the SLKBUILD file and add:

Code: Select all

--disable-gconf \
In the ./configure flags, and build it yourself.

Re: SIP VoIP client

Posted: 10. Oct 2010, 19:29
by zAchAry
lmello wrote:Grab the SLKBUILD file and add:

Code: Select all

--disable-gconf \
In the ./configure flags, and build it yourself.

Code: Select all

Upgrading package ekiga-3.2.6-i486-3_SBo -> ekiga-3.2.7-i486-1lm...
| Ekiga (VoIP and video conferencing application)
| 
| Ekiga (formely known as GnomeMeeting) is an open source SoftPhone,
| Video Conferencing and Instant Messenger application over the
| Internet.
| 
| It supports HD sound quality and video up to DVD size and quality.
| 
| It is interoperable with many other standard compliant softwares,
| hardwares and service providers as it uses both the major
| telephony standards (SIP and H.323).
| 
| 
I added --disable-gconf \ (line 42)

Code: Select all

          --disable-avahi \
          --disable-eds \
          --disable-gdu \
          --disable-gconf \
          --disable-gnome \
          --disable-schemas-install \
Works, thank you! :D

Re: SIP VoIP client

Posted: 14. Oct 2010, 19:59
by zAchAry

Code: Select all

ekiga              ekiga-config-tool  ekiga-helper       
there's a new command ekiga-config-tool

Code: Select all

Usage:  ekiga-config-tool OPTION
Fixes problems with the Ekiga settings

  --clean                remove all user settings
  --install-schemas      install schemas with default settings (run as root)
  --clean-schemas        remove schemas with default settings (run as root)
  --fix-permissions      fix permissions of GConf repository (run as root)
I believe that they know about my problem or similar. hope they'll fix it next time, and/or xfconf support maybe.

God! it starts up slow, again, but everything else is ok. :evil: