SIP VoIP client

If there's software you need and you can't find, make a request for it.
User avatar
lmello
Posts: 218
Joined: 4. Aug 2010, 17:38
Location: Brazil
Contact:

Re: SIP VoIP client

Post 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.
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

Re: SIP VoIP client

Post 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
Image
Help to make Slackware easier Donate to Salix
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

Re: SIP VoIP client

Post 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:
Image
Help to make Slackware easier Donate to Salix
Post Reply