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
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
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
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
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
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
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-
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