Re: [Bug 26436] Re: gtkmozembed crashs with python

2008-02-19 Thread Alexander Sack
On Sun, Jan 13, 2008 at 08:37:26PM -, ddfelts wrote: > I have been testing this and found a rather funny issue. > > Although the work around works it appears that the python binding seg > faults if you try and access a https sight. So thinking that this same > issue should affect the ruby bin

Re: [Bug 26436] Re: gtkmozembed crashs with python

2007-07-23 Thread Alexander Sack
On Sun, Jul 22, 2007 at 07:09:41AM -, Steve Castellotti wrote: > > mv /usr/lib/firefox-2.0.0.5 /usr/lib/firefox-2.0.0.5.off > ln -s /usr/lib/seamokey-1.1.3 /usr/lib/firefox-2.0.0.5 > > > The code will work immediately. Python therefore needs its gtkmozembed module > compiled against seamonk

Re: [Bug 26436] Re: gtkmozembed crashs with python

2007-07-22 Thread aruiz
2007/7/22, Steve Castellotti <[EMAIL PROTECTED]>: > > Another solution is to define MOZILLA_FIVE_HOME, as that doesn't require > swapping system files around. > would be possible to setup that env variable on the gtkmozembed module before to load the .so? -- Un saludo, Alberto Ruiz -- gtkmoz

Re: [Bug 26436] Re: gtkmozembed crashs with python

2007-07-22 Thread aruiz
2007/7/22, Steve Castellotti <[EMAIL PROTECTED]>: > Quick followup: > > Besides the LD_LIBRARY_PATH you need to set the MOZILLA_FIVE_HOME > environment variable, for example: > > export MOZILLA_FIVE_HOME=/usr/lib/firefox-2.0.0.5 > > Wouldn't be better to link gtkmozembed against firefox by default

Re: [Bug 26436] Re: gtkmozembed crashs with python

2007-05-07 Thread Sjoerd Hemminga
On Wednesday 02 May 2007, Alexander Sack wrote: > > The rpath fix would need to be applied to Firefox. python-gtkmozembed > > (python-gnome2-extras) already has the rpath set to contain > > /usr/lib/firefox. I'm not sure if this will cause problems for other > > packages. > why rpath on firefox sid

Re: [Bug 26436] Re: gtkmozembed crashs with python

2007-05-02 Thread Alexander Sack
On Wed, May 02, 2007 at 11:04:09AM -, Sjoerd Hemminga wrote: > On Tuesday 01 May 2007, Alexander Sack wrote: > > I think the most natural thing would be to fix this on > > python-gtkmozembed side for now. rpath sounds good. ld.so.conf might > > interfere with other gecko apps that ship their ow

Re: [Bug 26436] Re: gtkmozembed crashs with python

2007-05-02 Thread Sjoerd Hemminga
On Tuesday 01 May 2007, Alexander Sack wrote: > I think the most natural thing would be to fix this on > python-gtkmozembed side for now. rpath sounds good. ld.so.conf might > interfere with other gecko apps that ship their own gecko libs. The rpath fix would need to be applied to Firefox. python-

Re: [Bug 26436] Re: gtkmozembed crashs with python

2007-05-01 Thread Alexander Sack
On Tue, May 01, 2007 at 04:22:37PM -, aruiz wrote: > Why don't we add /usr/lib/firefox to the ld.so.conf right after install > the firefox (or python-gtkmozembed) package? Does anyone has found any > other way to fix the problem? > > If not, we should provide this workaround, otherwise, the pa