You are not logged in.
Pages: 1
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
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:
I have tried setting this to /opt/mozilla but to no avail. Am I stuck without my galeon on arch any more?
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
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
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
OK thanks JGC, this'll do for now.
Offline
Galeon is compatible with XULRunner now
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
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
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
Offline
Here's to hoping for Galeons quick re-inclusion into the repos
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
Pages: 1