[Bug 22487] Re: python2.4-gnome2-extras: Python GtkMozEmbed bindings segfault on creating a GtkMozEmbed after destroying one

2007-12-12 Thread Sebastien Bacher
The xulrunner 1.9 hardy version should fix the issue gnome-python-extras (2.19.1-0ubuntu5) hardy; urgency=low . * debian/control.in, debian/rules: - build using xulrunner-1.9 * debian/patches/02_xul19.dpatch: - xulrunner1.9 changes from Alexander Sack *

[Bug 22487] Re: python2.4-gnome2-extras: Python GtkMozEmbed bindings segfault on creating a GtkMozEmbed after destroying one

2007-12-05 Thread Antonio Riva
in gutsy using: export LD_LIBRARY_PATH=/usr/lib/firefox export MOZILLA_FIVE_HOME=/usr/lib/firefox python ... seem to solve the problem on startup, but make crash application at runtime particularly on html page load/reload! -- python2.4-gnome2-extras: Python GtkMozEmbed bindings segfault on

[Bug 22487] Re: python2.4-gnome2-extras: Python GtkMozEmbed bindings segfault on creating a GtkMozEmbed after destroying one

2007-11-29 Thread Johan Dahl
The fix LD_LIBRARY_PATH=/usr/lib/firefox python doesn't work any more in gutsy. gtkmozembed finds the library without the fix. % ldd /var/lib/python-support/python2.5/gtk-2.0/gtkmozembed.so libgtkembedmoz.so = /usr/lib/firefox/libgtkembedmoz.so (0xb7f31000) But now I only get a Segmentation

[Bug 22487] Re: python2.4-gnome2-extras: Python GtkMozEmbed bindings segfault on creating a GtkMozEmbed after destroying one

2007-05-26 Thread Andy
I also confirm this is still present in feisty. Is there no other fix? LD_LIBRARY_PATH=/usr/lib/firefox python cannot be used in every situation. -- python2.4-gnome2-extras: Python GtkMozEmbed bindings segfault on creating a GtkMozEmbed after destroying one

[Bug 22487] Re: python2.4-gnome2-extras: Python GtkMozEmbed bindings segfault on creating a GtkMozEmbed after destroying one

2007-04-24 Thread kriberg
Looks to be still present on feisty. Tested with python 2.5 -- python2.4-gnome2-extras: Python GtkMozEmbed bindings segfault on creating a GtkMozEmbed after destroying one https://bugs.launchpad.net/bugs/22487 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 22487] Re: python2.4-gnome2-extras: Python GtkMozEmbed bindings segfault on creating a GtkMozEmbed after destroying one

2007-04-04 Thread amitm02
conforming this bad at feisty. Adding LD_LIBRARY_PATH=/usr/lib/firefox fixes it. -- python2.4-gnome2-extras: Python GtkMozEmbed bindings segfault on creating a GtkMozEmbed after destroying one https://bugs.launchpad.net/bugs/22487 You received this bug notification because you are a member of

[Bug 22487] Re: python2.4-gnome2-extras: Python GtkMozEmbed bindings segfault on creating a GtkMozEmbed after destroying one

2007-04-04 Thread amitm02
forget to mention. i've used python 2.5 ** Changed in: gnome-python-extras (Ubuntu) Status: Rejected = Confirmed -- python2.4-gnome2-extras: Python GtkMozEmbed bindings segfault on creating a GtkMozEmbed after destroying one https://bugs.launchpad.net/bugs/22487 You received this bug

[Bug 22487] Re: python2.4-gnome2-extras: Python GtkMozEmbed bindings segfault on creating a GtkMozEmbed after destroying one

2007-03-27 Thread Andrew Ash
We are closing this bug report as it lacks the information, described in the previous comments, we need to investigate the problem further. However, please reopen it if you can give us the missing information and don't hesitate to submit bug reports in the future. ** Changed in:

[Bug 22487] Re: python2.4-gnome2-extras: Python GtkMozEmbed bindings segfault on creating a GtkMozEmbed after destroying one

2007-02-25 Thread Andrew Ash
How about feisty? It uses python 2.5, so maybe a fix? *crosses fingers* ** Changed in: gnome-python-extras (Ubuntu) Assignee: (unassigned) = Andrew Ash Status: Confirmed = Needs Info -- python2.4-gnome2-extras: Python GtkMozEmbed bindings segfault on creating a GtkMozEmbed after

[Bug 22487] Re: python2.4-gnome2-extras: Python GtkMozEmbed bindings segfault on creating a GtkMozEmbed after destroying one

2006-10-09 Thread Michael Vogt
It does on edgy too. ** Changed in: pygtk (Ubuntu) Sourcepackagename: pygtk = gnome-python-extras Assignee: Michael Vogt = (unassigned) Status: Needs Info = Confirmed -- python2.4-gnome2-extras: Python GtkMozEmbed bindings segfault on creating a GtkMozEmbed after destroying one

[Bug 22487] Re: python2.4-gnome2-extras: Python GtkMozEmbed bindings segfault on creating a GtkMozEmbed after destroying one

2006-10-08 Thread Stuart Langridge
Still happening for me in Dapper. Adding LD_LIBRARY_PATH=/usr/lib/firefox fixes it: [EMAIL PROTECTED]:~$ LD_LIBRARY_PATH=/usr/lib/firefox python -c import gtk,gtkmozembed;m =gtkmozembed.MozEmbed();m.destroy();g2 =gtk.Window();m2 = gtkmozembed.MozEmbed();g2.add(m2);g2.show_all() GTK

[Bug 22487] Re: python2.4-gnome2-extras: Python GtkMozEmbed bindings segfault on creating a GtkMozEmbed after destroying one

2006-10-07 Thread Andrew Ash
There has been no activity on this bug in over a year. Does it still exist in dapper or edgy? ** Changed in: Ubuntu Sourcepackagename: None = pygtk Status: Unconfirmed = Needs Info -- python2.4-gnome2-extras: Python GtkMozEmbed bindings segfault on creating a GtkMozEmbed after