Re: [Bug 274085] Re: Please update Ekiga to 3.00
Martin Pitt wrote: > ** Changed in: ekiga (Ubuntu) > Assignee: (unassigned) => Martin Pitt (pitti) >Status: Triaged => In Progress Martin, if you update ekiga, please take the stable snapshot from today (or later), the following fix is important in my opinion: 2008-12-07 15:19 dsandras * ChangeLog, src/gui/assistant.cpp, src/gui/conf.cpp, src/gui/main.cpp: Do not show the assistant after an upgrade for which Ekiga was already successfully setup. Correctly migrate audio & video devices settings, as well as the full name and the ekiga.net / diamondcard settings. (#561180) -- Eugen -- Please update Ekiga to 3.00 https://bugs.launchpad.net/bugs/274085 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 345192] Re: Ekiga doesn't recognize webcam with non-UTF chars
For info, starting from 2.6.31 (normally) the usb sub-system will return device names in utf-8, so this patch (integrated upstream) will not be needed anymore. -- Ekiga doesn't recognize webcam with non-UTF chars https://bugs.launchpad.net/bugs/345192 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 345192] Re: Ekiga doesn't recognize webcam with non-UTF chars
The patch I sent you was only for video. I thought about audio too, and thanks to having confirmed that it needs to be done for audio too. I will check in a complete fix very soon. -- Ekiga doesn't recognize webcam with non-UTF chars https://bugs.launchpad.net/bugs/345192 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 345192] Re: Ekiga doesn't recognize webcam with non-UTF chars
A fix has been checked in, see http://bugzilla.gnome.org/show_bug.cgi?id=575907 for the patch. Could you check for audio too? Now, the only thing it remains is the sometimes unsuccessful registration, is that right? -- Ekiga doesn't recognize webcam with non-UTF chars https://bugs.launchpad.net/bugs/345192 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 345192] Re: Ekiga doesn't recognize webcam with non-UTF chars
Sorry, the patch is at http://git.gnome.org/cgit/ekiga/commit/?id=c9aedde448254512c81ce30d5a0ac869c15e679c -- Ekiga doesn't recognize webcam with non-UTF chars https://bugs.launchpad.net/bugs/345192 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 358178] Re: package libpt2.6.1 2.6.1-0ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 2
Any news? -- package libpt2.6.1 2.6.1-0ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 2 https://bugs.launchpad.net/bugs/358178 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 360961] Re: DNS SRV not honored in 3.2.0
This bug has been fixed (with some comments) upstream. -- DNS SRV not honored in 3.2.0 https://bugs.launchpad.net/bugs/360961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 358178] Re: package libpt2.6.1 2.6.1-0ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 2
So this bug can be closed then? -- package libpt2.6.1 2.6.1-0ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 2 https://bugs.launchpad.net/bugs/358178 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 274085] Re: Please update Ekiga to 3.00
Hi, It would be a pity if ekiga 3.0 will not be in intrepid, as it has a nearly 3 years of development. Also, there has been no important bug since the release, one week ago. For my part, I try to push ekiga/ptlib/opal to debian (my bulds are at http://snapshots.debian.net/snapshots/debian). They will appear in experimental as soon as ptlib source package exists the new queue (http ://ftp-master.debian.org/new.html). I plan to maintain them in debian, I would like to help for ubuntu too, but I do not work on ubuntu. Now, for this bug: The soname are 2.4.1, resp. 3.4.1 (no compatilibty between minor versions, i.e. 2.4.2 will not be compatible to 2.4.1), so the packages have to be renamed libpt2.4.1 and libopal3.4.1. I don't know about the md5 mismatches, but this will be solved of course upon building. "cp * build-gtkonly" should have a - before it in the Makefile, in order not to take into account the known error "Cannot copy a directory into itself". There's no harm here. Anyway, gtkonly build is not very tested, upstream proposed not to ship it yet in official packages. ./configure: not found This problem comes from: if you use the SVN sources, you must use autogen.sh, because they do not have a configure file. If you use the release versions, i.e. the tar.gz from ftp.gnome, as given in the previous link, then you must use ./configure (it does not have autogen.sh). For your dist-upgrade error: I do not understand why ekiga is not correctly installed, is it because the name of the packages? The last versions of ptlib (2.4.1) and opal (3.4.1) are mandatory for ekiga 3.0. Greetings, Eugen -- Please update Ekiga to 3.00 https://bugs.launchpad.net/bugs/274085 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 274085] Re: Please update Ekiga to 3.00
Hi Martin, Martin Pitt wrote: > Hi Eugen, > > Eugen Dedu [2008-10-03 14:58 -]: >> "cp * build-gtkonly" should have a - before it in the Makefile, in order >> not to take into account the known error "Cannot copy a directory into >> itself". > > That doesn't make sense to me, since it will just always fail, and the > following commands will just break because the build-gtkonly/ > directory is empty. I fixed it by replacing it with > > cp -a `find -maxdepth 1 ! -name 'build-*' ! -name '.*' ! -name debian` > build-gtkonly Yes, your command is better, mine is simpler :o) In fact, my command was: -cp -a * build-gtkonly, which works (even with the known error 'copy into itself'). (I don't understand why it would not work, anyway, it's a minor thing.) -- Eugen -- Please update Ekiga to 3.00 https://bugs.launchpad.net/bugs/274085 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 274085] Re: Please update Ekiga to 3.00
Lionel Dricot wrote: > Tryed ekiga 3.0 from ppa on intrepid and it more or less work. Is there > a problem with ekiga.net server ? Most of the time, I cannoct connect > (also tried with another account on another computer : same problem) If there are problems with ekiga, please send e-mail to ekiga mailing list or create a bug in ekiga. -- Eugen Dedu -- Please update Ekiga to 3.00 https://bugs.launchpad.net/bugs/274085 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 341367] Re: Update to 3.2
CELT is BSD license, as shown in celtcodec.c: static struct PluginCodec_information licenseInfo = { // Fri Dec 13 2008, 23:37:31 CET = 1229729851, "Stefan Knoblich, axsentis GmbH",// source code author "0.1", // source code version "s.knobl...@axsentis.de",// source code email "http://oss.axsentis.de/";, // source code URL "Copyright (C) 2008 axsentis GmbH", // source code copyright "BSD license", // source code license PluginCodec_License_BSD, // source code license "CELT (ultra-low delay audio codec)",// codec description "Jean-Marc Valin, Xiph Foundation.", // codec author "", // codec version "jean-marc.va...@hermes.usherb.ca", // codec email "http://www.celt-codec.org";, // codec URL "(C) 2008 Xiph.Org Foundation, All Rights Reserved", // codec copyright information "Xiph BSD license", // codec license PluginCodec_License_BSD // codec license code }; -- Update to 3.2 https://bugs.launchpad.net/bugs/341367 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 345192] Re: Ekiga doesn't recognize webcam with non-UTF chars
Does the kernel name the device in utf-8 or in other encoding (latin-1 for ex.)? If it encodes in other encoding, then it should be a kernel bug, isn't it? Also, I have a patch for ekiga but I am not sure if it works. Can you check it? (do you use latin-1, aka iso-8859-1?) ** Attachment added: "a.patch" http://launchpadlibrarian.net/24283380/a.patch -- Ekiga doesn't recognize webcam with non-UTF chars https://bugs.launchpad.net/bugs/345192 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 345192] Re: Ekiga doesn't recognize webcam with non-UTF chars
The -d 4 output should be analysed. Maybe my patches are not so good either. But for the moment, let's fix the utf issue properly. Afterwards, we will look into "sometimes video does not work" issue too. -- Ekiga doesn't recognize webcam with non-UTF chars https://bugs.launchpad.net/bugs/345192 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 345192] Re: Ekiga doesn't recognize webcam with non-UTF chars
This new patch is cleaner. Could you remove previous patches and use this one instead and tell: - if video works - if you still have the problem with the camera appearing twice? Thanks, Eugen ** Attachment added: "toto2.patch" http://launchpadlibrarian.net/25565396/toto2.patch -- Ekiga doesn't recognize webcam with non-UTF chars https://bugs.launchpad.net/bugs/345192 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 345192] Re: Ekiga doesn't recognize webcam with non-UTF chars
The pango errors might be indeed because the old names were stored in your gconf settings. I will check in the fix. As for the crash, this should be another issue in my opinion. Could you check if it reproducible and send the gdb backtrace? -- Ekiga doesn't recognize webcam with non-UTF chars https://bugs.launchpad.net/bugs/345192 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 345192] Re: Ekiga doesn't recognize webcam with non-UTF chars
Any news, Jon? I work in debian, not ubuntu... -- Ekiga doesn't recognize webcam with non-UTF chars https://bugs.launchpad.net/bugs/345192 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 345192] Re: Ekiga doesn't recognize webcam with non-UTF chars
Ekiga max resolution is limited by the video codec implementation, and for the moment is 640x480 (704x576). As for MJPEG, I do not know, please open a new bug. I will fix the issue with encoding. -- Ekiga doesn't recognize webcam with non-UTF chars https://bugs.launchpad.net/bugs/345192 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 345192] Re: Ekiga doesn't recognize webcam with non-UTF chars
Crash on exit is a known issue, it is being worked on. -- Ekiga doesn't recognize webcam with non-UTF chars https://bugs.launchpad.net/bugs/345192 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 345192] Re: Ekiga doesn't recognize webcam with non-UTF chars
The comment at 2009-03-19 says that the camera works under windows, so maybe there is another thing. Could you attach your -d 4 output please? -- Ekiga doesn't recognize webcam with non-UTF chars https://bugs.launchpad.net/bugs/345192 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 345192] Re: Ekiga doesn't recognize webcam with non-UTF chars
Could you try the following patch please and tell if it works and what it prints to terminal? ** Attachment added: "toto.patch" http://launchpadlibrarian.net/25356690/toto.patch -- Ekiga doesn't recognize webcam with non-UTF chars https://bugs.launchpad.net/bugs/345192 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 345192] Re: Ekiga doesn't recognize webcam with non-UTF chars
I saved the toto patch in latin-1 encoding on purpose, but I see that somehow it is in utf-8 in your file. Could you save your file in latin-1? I want that the 2nd time you have the original name (with (R) in latin-1). As you see, in both cases it is shown: 116 -62 -82 32 76 which means "...txy L...", so the registered char took 2 chars instead of one. I don't know if I am clear here... -- Ekiga doesn't recognize webcam with non-UTF chars https://bugs.launchpad.net/bugs/345192 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 345192] Re: Ekiga doesn't recognize webcam with non-UTF chars
"This seems to work, although the first three times I ran it, I would end up with a crash (dumped complaining of stack smashing), after that I have not been able to cause another crash. Might it be that the previous version left the camera in a whacky state that it took a few restarts to clear up?" I do not know. So, finally, with the patch, is the video shown or not? Does ekiga video work when calling 5...@ekiga.net for example? -- Ekiga doesn't recognize webcam with non-UTF chars https://bugs.launchpad.net/bugs/345192 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 345192] Re: Ekiga doesn't recognize webcam with non-UTF chars
Thanks for the information. So I have to create a good patch, which does not show twice the camera in preferences. Once I finish, we will look at the other problem (converting warnings). Could you then close the other bug (360639)? -- Ekiga doesn't recognize webcam with non-UTF chars https://bugs.launchpad.net/bugs/345192 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 345192] Re: Ekiga doesn't recognize webcam with non-UTF chars
And send me what it prints in the terminal when you simply open preferences window... -- Ekiga doesn't recognize webcam with non-UTF chars https://bugs.launchpad.net/bugs/345192 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 345192] Re: Ekiga doesn't recognize webcam with non-UTF chars
Please apply the new b.patch, it has additional information. ** Attachment added: "Patch with additional info" http://launchpadlibrarian.net/24515184/b.patch -- Ekiga doesn't recognize webcam with non-UTF chars https://bugs.launchpad.net/bugs/345192 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 394990] Re: Ekiga's window placement is not preserved after docking to notification area.
Yes, Derek. -- Ekiga's window placement is not preserved after docking to notification area. https://bugs.launchpad.net/bugs/394990 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 68513] Re: Setup wizard runs after upgrade to edgy
This was fixed: http://git.gnome.org/cgit/ekiga/commit/?id=702e43cea48b715c86f9df4c6474a12b0c3f008b -- Setup wizard runs after upgrade to edgy https://bugs.launchpad.net/bugs/68513 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 322403] Re: Crash entering name in configuration assistant (g_hash_table_foreach)
This seems a duplicate of https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/297604 -- Crash entering name in configuration assistant (g_hash_table_foreach) https://bugs.launchpad.net/bugs/322403 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 297604] Re: Crash using configuration assistant (gtk_container_forall)
These are very probable fixed by http://git.gnome.org/cgit/ekiga/commit/?id=6164459e9b3a21936844726fbb43d52f4419b608 and http://git.gnome.org/cgit/ekiga/commit/?id=5e4d31fa4a33f5d9e3cba4aab3597274245d -- Crash using configuration assistant (gtk_container_forall) https://bugs.launchpad.net/bugs/297604 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 346005] Re: ekiga crashed with SIGSEGV in Ekiga::ServiceCore::~ServiceCore()
This was very probable fixed by http://git.gnome.org/cgit/ekiga/commit/?h=gnome-2-26&id=9d0263ba6d00cb0273c29620e4d7922ce4009a94 and the previous commits. -- ekiga crashed with SIGSEGV in Ekiga::ServiceCore::~ServiceCore() https://bugs.launchpad.net/bugs/346005 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 352208] Re: ekiga crashed with SIGSEGV in free()
This was very probable fixed with http://git.gnome.org/cgit/ekiga/commit/?h=gnome-2-26&id=9d0263ba6d00cb0273c29620e4d7922ce4009a94 and previous commits. -- ekiga crashed with SIGSEGV in free() https://bugs.launchpad.net/bugs/352208 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 352342] Re: ekiga crashed with SIGSEGV in free()
This was very probable fixed with http://git.gnome.org/cgit/ekiga/commit/?h=gnome-2-26&id=9d0263ba6d00cb0273c29620e4d7922ce4009a94 -- ekiga crashed with SIGSEGV in free() https://bugs.launchpad.net/bugs/352342 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 375725] Re: ekiga crashed with SIGSEGV in SIP_PDU::Write()
This was very probable fixed in opal, there were 2 fixes in SIP_PDU::Write... -- ekiga crashed with SIGSEGV in SIP_PDU::Write() https://bugs.launchpad.net/bugs/375725 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 382992] Re: My webcam is not displaying the image
Please use ekiga v3. -- My webcam is not displaying the image https://bugs.launchpad.net/bugs/382992 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 385365] Re: Ekiga crashes when you call out or recieve a call
If you wish to compile ekiga yourself, you could use http://wiki.ekiga.org/index.php/Compiling_Ekiga, which explains very well, and contact us if still problems through the mailing list, http://mail.gnome.org/mailman/listinfo/ekiga-list -- Ekiga crashes when you call out or recieve a call https://bugs.launchpad.net/bugs/385365 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 394990] Re: Ekiga's window placement is not preserved after docking to notification area.
This was fixed by http://git.gnome.org/cgit/ekiga/commit/?h=gnome-2-26&id=d4249e983a13de35bda88a53f45e09e3d21fba6a -- Ekiga's window placement is not preserved after docking to notification area. https://bugs.launchpad.net/bugs/394990 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 402985] Re: ekiga 3.2.5 crashes immediatelly after startup
Michal, I think this is because a (useful) very recent change in linux kernel. Could you: - tell us the output of "cat ~/.gconf/apps/ekiga/devices/*/*" - install the debugging packages for ptlib, opal and ekiga and redo the backtrace ? Thanks, Eugen -- ekiga 3.2.5 crashes immediatelly after startup https://bugs.launchpad.net/bugs/402985 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 402985] Re: ekiga 3.2.5 crashes immediatelly after startup
No, it's ok, thanks. I see the error. -- ekiga 3.2.5 crashes immediatelly after startup https://bugs.launchpad.net/bugs/402985 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 402985] Re: ekiga 3.2.5 crashes immediatelly after startup
I fixed it on master (http://git.gnome.org/cgit/ekiga/commit/?id=b3473dea7bd23fb44ce8b9195f6192dbe65301f7) and branch (http://git.gnome.org/cgit/ekiga/commit/?h=gnome-2-26&id=506f9bb9ffdea49aff73604eee871295383c5842), thanks! -- ekiga 3.2.5 crashes immediatelly after startup https://bugs.launchpad.net/bugs/402985 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 575312] Re: ekiga crashed with SIGILL
Well, the crash appears in gtk, see thread 7, but the bug could be memory corruption in ekiga itself. Also, it seems ekiga is exiting when the crash appears. Could the reporter install debugging symbols for ekiga, ptlib and opal, and execute ekiga through valgrind? Maybe this give us a clue about where the memory corruption is. -- ekiga crashed with SIGILL https://bugs.launchpad.net/bugs/575312 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 203885] Re: Can't see remote video
Regarding comment #8: as shown at http://wiki.ekiga.org/index.php/Fun_Numbers, 520 is audio-only, so there is no bug here. If you see the video with 500 and do not see the remote video with other person, then this is a bug. Post the debug output when calling that person. -- Can't see remote video https://bugs.launchpad.net/bugs/203885 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 480953] Re: 'Audio Devices' 'Detected new device' dialog isn't obviously from Ekiga
It is a bit more complicated now, because notification is used now for that, and I do not know if it is notify responsability to print program name or each program should print its name in notification dialog. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/480953 Title: 'Audio Devices' 'Detected new device' dialog isn't obviously from Ekiga To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/480953/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 721100] Re: no "add account" in account menu of Ekiga
What is the problem here? Is that the menu is not easily visible? Or that on some machines it is not shown?! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/721100 Title: no "add account" in account menu of Ekiga To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/721100/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1005928] Re: segfault in gconf_engine_get_fuller()
This is a bug in gconf, see https://bugzilla.redhat.com/show_bug.cgi?id=757214#c14 ** Bug watch added: Red Hat Bugzilla #757214 https://bugzilla.redhat.com/show_bug.cgi?id=757214 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1005928 Title: segfault in gconf_engine_get_fuller() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/1005928/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1066251] Re: H323 account ubuntu 12.04 does not connect gatekeeper
This is fixed in ekiga 4.0.0. It is however strange that it worked on Windows. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1066251 Title: H323 account ubuntu 12.04 does not connect gatekeeper To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/1066251/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 952668] Re: Application crashes when I hang up call out via sipgate.co.uk
Please use ekiga 4.0.0, it fixes these issues. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/952668 Title: Application crashes when I hang up call out via sipgate.co.uk To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/952668/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 945642] Re: external SIP and H.323 accounts not supported
This is very strange. Does it appear with ekiga 4.0.0? ** Changed in: ekiga (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/945642 Title: external SIP and H.323 accounts not supported To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/945642/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 869868] Re: Login fails with Could not register (Unauthorized)
Please use ekiga 4.0.0 which fixes such issues. ** Changed in: ekiga (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/869868 Title: Login fails with Could not register (Unauthorized) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/869868/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 846363] Re: ekiga crashed with SIGSEGV in PHostByName::GetHost()
Please use ekiga 4.0.0, it should fix this issue. ** Changed in: ekiga (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846363 Title: ekiga crashed with SIGSEGV in PHostByName::GetHost() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/846363/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 848749] Re: Echo isn't cancelled
Unfortunately, echo canceller is a weak point in open source VoIP softwares. If you want very good echo canceller you have to use headphones for now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/848749 Title: Echo isn't cancelled To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/848749/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 810350] Re: audio on ekiga does not work
Please use ekiga 4.0.0, I suppose this is fixed. ** Changed in: ekiga (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/810350 Title: audio on ekiga does not work To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/810350/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 729987] Re: Ekiga crashes - requires forced quit
Please use ekiga 4.0.0, it is very stable and works great. ** Changed in: ekiga (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/729987 Title: Ekiga crashes - requires forced quit To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/729987/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 694933] Re: application got hang and block initiating call
Please use ekiga 4.0.0, it fixes such issues. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/694933 Title: application got hang and block initiating call To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/694933/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 659714] Re: ekiga refuse d'inscrire mon compte freephonie.net .toute tentative referme ekiga. après reouverture je constate que le registrar freephonie.net est devenu freephonie.Autre remarque :
Freephonie should work. Please use ekiga 4.0.0 and check off H264 if enabled, see http://wiki.ekiga.org/index.php/Troubleshooting#Cannot_call_regular_phones_with_some_registrars_such_as_Freephonie_with_ekiga_.3E.3D_3.3.2 ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/659714 Title: ekiga refuse d'inscrire mon compte freephonie.net .toute tentative referme ekiga. après reouverture je constate que le registrar freephonie.net est devenu freephonie.Autre remarque : moncompte gratuit Ekiga.net fonctionne parfaitement To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/659714/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 566251] Re: ekiga crashed with SIGSEGV in std::_Rb_tree_increment()
Indeed, this was fixed long time ago, please use ekiga 4.0.0. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/566251 Title: ekiga crashed with SIGSEGV in std::_Rb_tree_increment() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/566251/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 553857] Re: Ekiga 3.2.6 froze and crashed in Ubuntu Beta1
Please use ekiga 4.0.0, it fixes such issues. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/553857 Title: Ekiga 3.2.6 froze and crashed in Ubuntu Beta1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/553857/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 481138] Re: Ekiga stop working and turning off when being called from netmeeting
This was fixed recently, please use ekiga 4.0.0. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/481138 Title: Ekiga stop working and turning off when being called from netmeeting To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/481138/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 554619] Re: package ekiga 3.2.0-0ubuntu2 failed to install/upgrade:
I suppose that it works when upgrading to ekiga 4.0.0, if not please reopen. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/554619 Title: package ekiga 3.2.0-0ubuntu2 failed to install/upgrade: To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/554619/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 496021] Re: hangs and i can not hear
Please use ekiga 4.0.0, it fixes such issues. Reopen if the bug is still there. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/496021 Title: hangs and i can not hear To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/496021/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 485009] Re: ekiga sip hanging up not working
Please use ekiga 4.0.0, it fixes such issues. Reopen if it still is not fixed. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/485009 Title: ekiga sip hanging up not working To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/485009/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 430704] Re: user not available ekiga
Please use ekiga 4.0.0, it fixes such issues. Reopen if the bug is still there. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/430704 Title: user not available ekiga To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/430704/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 425006] Re: cannot remove an account
Please use ekiga 4.0.0, it fixes such issues. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/425006 Title: cannot remove an account To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/425006/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 661683] Re: Hangs on startup
Please use ekiga 4.0.0, it fixes such issues. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/661683 Title: Hangs on startup To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/661683/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 611287] Re: Problems with h245 ConferenceRequest
Does it still appear with ekiga 4.0.0? ** Changed in: ekiga (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/611287 Title: Problems with h245 ConferenceRequest To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/611287/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 577067] Re: ekiga is in English (not localized / translated) in non-English system
I suppose this is fixed with ekiga 4.0.0, if not please reopen. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/577067 Title: ekiga is in English (not localized / translated) in non-English system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-translations/+bug/577067/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 520221] Re: Added contacts do NOT show in contact list
This is probably because offline contacts wre NOT shown by default. I changed the default value to SHOW by default 1-2 years ago. So closing this bug, please reopen if there is a bug. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/520221 Title: Added contacts do NOT show in contact list To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/520221/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 661889] Re: ekiga freezes when trying to accept a call
Please use ekiga 4.0.0, it fixes such issues. ** Changed in: ekiga (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/661889 Title: ekiga freezes when trying to accept a call To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/661889/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 646516] Re: Ekiga not working on ubuntu 10.10 on my acer aspire 5050
Possibly, please try ekiga 4.0.0 and if it still appears reopen bug. ** Changed in: ekiga (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/646516 Title: Ekiga not working on ubuntu 10.10 on my acer aspire 5050 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/646516/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 706329] Re: No tools menu in Ekiga (Chat, Edit, View, Help)
Why do you need Tools menu? ** Changed in: ekiga (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/706329 Title: No tools menu in Ekiga (Chat, Edit, View, Help) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/706329/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 735473] Re: ekiga crashes on forwarded incoming call
This was fixed right before ekiga 4.0.0, so please try out that version. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/735473 Title: ekiga crashes on forwarded incoming call To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/735473/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 706329] Re: No tools menu in Ekiga (Chat, Edit, View, Help)
Ok, I understand, you do not have ANY menu. I suppose it is fixed in ekiga 4.0.0, please reopen if not. ** Changed in: ekiga (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/706329 Title: No tools menu in Ekiga (Chat, Edit, View, Help) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/706329/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 362033] Re: ekiga crashed with SIGSEGV in Opal::Sip::EndPoint::Register()
Please use ekiga 4.0.0, it fixes such issues. ** Changed in: ekiga (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/362033 Title: ekiga crashed with SIGSEGV in Opal::Sip::EndPoint::Register() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/362033/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 359129] Re: ekiga crashed with SIGSEGV in PHostByName::GetHostAddress()
Please use ekiga 4.0.0, it fixes such issues. ** Changed in: ekiga (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/359129 Title: ekiga crashed with SIGSEGV in PHostByName::GetHostAddress() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/359129/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 355066] Re: ekiga crashed with SIGSEGV in malloc_consolidate()
Should be fixed by now, please use ekiga 4.0.0. ** Changed in: ekiga (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/355066 Title: ekiga crashed with SIGSEGV in malloc_consolidate() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/355066/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 352342] Re: ekiga crashed with SIGSEGV in free()
Should be fixed by now. ** Changed in: ekiga (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/352342 Title: ekiga crashed with SIGSEGV in free() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/352342/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 352208] Re: ekiga crashed with SIGSEGV in free()
Should be fixed by now, please try out ekiga 4.0.0. ** Changed in: ekiga (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/352208 Title: ekiga crashed with SIGSEGV in free() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/352208/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 346005] Re: ekiga crashed with SIGSEGV in Ekiga::ServiceCore::~ServiceCore()
Should be fixed by now. ** Changed in: ekiga (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/346005 Title: ekiga crashed with SIGSEGV in Ekiga::ServiceCore::~ServiceCore() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/346005/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 909470] Re: Ekiga crashes when another Ekiga neighbor quits
Indeed, this crash was fixed in ekiga 3.3.1, so it is fixed by now. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/909470 Title: Ekiga crashes when another Ekiga neighbor quits To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/909470/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 714560] Re: ekiga hangs frequently
Please use ekiga 4.0.0, it fixes such issues. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/714560 Title: ekiga hangs frequently To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/714560/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 706669] Re: ekiga crashed with SIGSEGV in PHostByName::GetHost()
Please use ekiga 4.0.0, it fixes such issues. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/706669 Title: ekiga crashed with SIGSEGV in PHostByName::GetHost() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/706669/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 598543] Re: ekiga crashed with SIGSEGV in PHostByName::GetHost()
Please use ekiga 4.0.0, it fixes such issues. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/598543 Title: ekiga crashed with SIGSEGV in PHostByName::GetHost() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/598543/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 454174] Re: ekiga crashed with SIGSEGV in PContainer::PContainer()
Please use ekiga 4.0.0, it fixes such issues. ** Changed in: ekiga (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/454174 Title: ekiga crashed with SIGSEGV in PContainer::PContainer() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/454174/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 375725] Re: ekiga crashed with SIGSEGV in SIP_PDU::Write()
Should be fixed by now. ** Changed in: ekiga (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/375725 Title: ekiga crashed with SIGSEGV in SIP_PDU::Write() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/375725/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 690943] Re: package ekiga 2.0.12-0ubuntu5 failed to install/upgrade:
Should be fixed by now. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/690943 Title: package ekiga 2.0.12-0ubuntu5 failed to install/upgrade: To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/690943/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 422765] Re: Deadlock on hangup
Please use ekiga 4.0.0, it fixes such issues. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/422765 Title: Deadlock on hangup To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/422765/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 112948] Re: Ekiga hangs when using pulseaudio
Please use ekiga 4.0.0, it fixes such issues. By the way, there is now a pulse audio plugin. ** Changed in: ekiga (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/112948 Title: Ekiga hangs when using pulseaudio To manage notifications about this bug go to: https://bugs.launchpad.net/alsa-lib/+bug/112948/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 793986] Re: ekiga crashed with SIGSEGV in OpalRawMediaStream::CollectAverage()
Please use ekiga 4.0.0, it fixes such issues. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/793986 Title: ekiga crashed with SIGSEGV in OpalRawMediaStream::CollectAverage() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/793986/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 701134] Re: ekiga crashed with SIGSEGV in PSafePtrBase::Assign()
Please use ekiga 4.0.0, it fixes such issues. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/701134 Title: ekiga crashed with SIGSEGV in PSafePtrBase::Assign() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/701134/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 483514] Re: Ekiga fails in Karmic
Please use ekiga 4.0.0, it fixes such issues. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/483514 Title: Ekiga fails in Karmic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/483514/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 323615] Re: Ekiga stuck on standby
Please use ekiga 4.0.0, it fixes such issues. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/323615 Title: Ekiga stuck on standby To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/323615/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 754132] Re: Ekiga crash when change sound event setings.
Does it still appear with ekiga 4.0.0? ** Changed in: ekiga (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/754132 Title: Ekiga crash when change sound event setings. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/754132/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 667608] Re: ekiga app. can not connect to sip providers
Could you test with ekiga 4.0.0? ** Changed in: ekiga (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/667608 Title: ekiga app. can not connect to sip providers To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/667608/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 583341] Re: ekiga does not accept incoming calls
Please use ekiga 4.0.0, it fixes such issues. You do not need %limit hack anymore. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/583341 Title: ekiga does not accept incoming calls To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/583341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 565279] Re: unable to registered sip phone
Could you test if it works with ekiga 4.0.0? ** Changed in: ekiga (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/565279 Title: unable to registered sip phone To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/565279/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 543198] Re: ekiga some not working and get hanged out my full system
Closing... ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/543198 Title: ekiga some not working and get hanged out my full system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/543198/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 534618] Re: Ekiga does not work in Lucid
Old bug fixed, closing... ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/534618 Title: Ekiga does not work in Lucid To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/534618/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 496413] Re: ekiga only opens after I click the app second time. It stops for no reason. does not connect no sound can not find help to indicate proper setup. worked for 9.04 ubuntu but after inst
Please use ekiga 4.0.0, it fixes such issues. ** Changed in: ekiga (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/496413 Title: ekiga only opens after I click the app second time. It stops for no reason. does not connect no sound can not find help to indicate proper setup. worked for 9.04 ubuntu but after install of 9.10 it won't work bugs. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/496413/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1005928] Re: segfault in gconf_engine_get_fuller()
It is not about address book, but about the call history. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1005928 Title: segfault in gconf_engine_get_fuller() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/1005928/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 817369] Re: not possible to send and recieve video calls
Could you try with ekiga 4.0.0? ** Changed in: ekiga (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/817369 Title: not possible to send and recieve video calls To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/817369/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs