You are not logged in.

#1 2006-02-12 15:44:45

rezza
Member
From: Edinburgh, uk
Registered: 2004-07-08
Posts: 237

Galeon

It seems Galeon has disappeared from the repos... any explanation of why? I assume it's something to do with the move to xulrunner, because building galeon from source now fails with the error "configure: error: No gecko found". I really like galeon and don't want to see it disappear from arch, is there any way around this?

Oh, and even though my old galeon is still installed, when i try to run it I get an error about a missing libgtkembedmoz.so. I'll try playing around with it and fudging my current install of galeon into working, but I'd prefer a real solution if possible. Else is it possible for me to go back to the old mozilla-firefox and just say screw this new xulrunner?

Any help or advice would be much appreciated.

Offline

#2 2006-02-12 16:07:49

rezza
Member
From: Edinburgh, uk
Registered: 2004-07-08
Posts: 237

Re: Galeon

OK, I managed to fudge galeon into starting by symlinking all the libraries it complains about from /opt/mozilla/lib/firefox-1.5.0.1/ into /usr/lib/. It now stops complaining in the terminal, and instead now pops up the following dialog window:

error.png

I have tried setting this to /opt/mozilla but to no avail. Am I stuck without my galeon on arch any more? sad

This is the first real package problem I've ever had with arch... everything has always either worked fine from the repos, or worked fine with a manual install.

Offline

#3 2006-02-12 16:25:28

Moparx
Member
Registered: 2006-02-05
Posts: 136
Website

Re: Galeon

I just noticed this myself.. I would also prefer to have it readded to the repo.

Epiphany is a pile of crap in comparison :


And then it happened... a door opened to a world... rushing through the phone line like heroin through an addict's veins, an electronic pulse is sent out, a refuge from the day-to-day incompetencies is sought... a board is found.
        "This is it... this is where I belong..."

Arch Linux x86_64 | LiCo #213644 | blog / configs

Offline

#4 2006-02-12 16:54:08

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: Galeon

Symlinking all those libraries to /usr/lib is the worst thing you can do. To get galeon running again, use

LD_LIBRARY_PATH=/opt/mozilla/lib/firefox:$LD_LIBRARY_PATH galeon

As alternative, you could rename the galeon binary to galeon-bin and make a shellscript wrapper with this in it:

#!/bin/bash
export LD_LIBRARY_PATH=/opt/mozilla/lib/firefox:$LD_LIBRARY_PATH
exec galeon-bin $@

This should get galeon going with firefox 1.5.0.1-2.

The reason why I removed galeon from repositories is because their development team has done no efforts to get it running with XULRunner. Since building embedding stuff against firefox is no longer supported since 1.5.0.1-2, I removed it from the repositories, until either the developers or someone else has ported galeon to XULRunner.

Offline

#5 2006-02-12 17:13:30

rezza
Member
From: Edinburgh, uk
Registered: 2004-07-08
Posts: 237

Re: Galeon

OK thanks JGC, this'll do for now.

Offline

#6 2006-02-27 03:06:03

Moparx
Member
Registered: 2006-02-05
Posts: 136
Website

Re: Galeon

Galeon is compatible with XULRunner now smile
http://galeon.sourceforge.net/Main/GaleonRelease201


And then it happened... a door opened to a world... rushing through the phone line like heroin through an addict's veins, an electronic pulse is sent out, a refuge from the day-to-day incompetencies is sought... a board is found.
        "This is it... this is where I belong..."

Arch Linux x86_64 | LiCo #213644 | blog / configs

Offline

#7 2006-02-27 06:02:36

codemac
Member
From: Cliche Tech Place
Registered: 2005-05-13
Posts: 794
Website

Re: Galeon

How come firefox and mozilla DON'T have deps of xulrunner?  Maybe I don't fully understand it.. are they just built against xulrunner, and don't need xulrunner?

Just checked... they don't have xulrunner as a makedepend either... so what's this all about?  I understand that xulrunner is nice... but it doesn't see to have much of anything to do with the firefox package in current.

Offline

#8 2006-02-27 08:25:39

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: Galeon

Xulrunner won't be a dependency for firefox until firefox 2 or 2.1. XULRunner is the reference API/ABI stable gecko implementation from mozilla.org and is much more suitable to build embedding applications against.

Offline

#9 2006-02-27 20:26:24

codemac
Member
From: Cliche Tech Place
Registered: 2005-05-13
Posts: 794
Website

Re: Galeon

Ahhhh, there we go.  Thank you JGC.

Offline

#10 2006-02-27 21:08:01

Moparx
Member
Registered: 2006-02-05
Posts: 136
Website

Re: Galeon

Here's to hoping for Galeons quick re-inclusion into the repos big_smile


And then it happened... a door opened to a world... rushing through the phone line like heroin through an addict's veins, an electronic pulse is sent out, a refuge from the day-to-day incompetencies is sought... a board is found.
        "This is it... this is where I belong..."

Arch Linux x86_64 | LiCo #213644 | blog / configs

Offline

Board footer

Powered by FluxBB