Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Galeon2 How-to -- and ebuild! **Updated**
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
dcstimm
Guru
Guru


Joined: 19 Jun 2002
Posts: 321

PostPosted: Sun Sep 08, 2002 3:41 am    Post subject: Galeon2 How-to -- and ebuild! **Updated** Reply with quote

I wrote this galeon2 how-to for people that want to use the gtk2 version of galeon.

enjoy

http://linux.darylstimm.com/galeon2/
***UPDATE***

I was able to make the ebuild they are ready for download go to the above link for more details!

(email me at daryl@darylstimm.com if you have any problems)

***UPDATE***

It looks like Mozilla 1.1-rc1 just came out which installs the *.pc files needed for galeon2.

I am compiling mozilla right now to test this. If it works, we should be able to make a simple ebuild.

but for those who dont want to wait the how-to still works:-)

I will update this when I am done testing mozilla-1.1-rc1

--Daryl


Last edited by dcstimm on Sun Sep 08, 2002 11:40 am; edited 4 times in total
Back to top
View user's profile Send private message
squanto
Guru
Guru


Joined: 20 Apr 2002
Posts: 524
Location: Rochester, NY, USA

PostPosted: Sun Sep 08, 2002 5:10 am    Post subject: Reply with quote

Hey, that is really cool. Maybe someone working on ebuild for that?
BTW, I like how you have your desktop set up in the screenshot, what theme is that? How do you do it?
I will try this out.

Andrew
Back to top
View user's profile Send private message
dcstimm
Guru
Guru


Joined: 19 Jun 2002
Posts: 321

PostPosted: Sun Sep 08, 2002 6:48 am    Post subject: Reply with quote

Quote:
what theme is that?


I use the gnububble theme for gtk2

and a Aqua theme for metacity.
Back to top
View user's profile Send private message
sisob
Apprentice
Apprentice


Joined: 28 Jun 2002
Posts: 274
Location: Ireland

PostPosted: Sun Sep 08, 2002 10:07 am    Post subject: Reply with quote

nice one man - i thried this myslef and got crap fonts so just went
back to the old galeon - i'm going to go try your way now.
_________________
Mark Finlay - Gnome Hacker of Sorts
Come join me on the Gnome User's Forum
Back to top
View user's profile Send private message
sisob
Apprentice
Apprentice


Joined: 28 Jun 2002
Posts: 274
Location: Ireland

PostPosted: Sun Sep 08, 2002 11:49 am    Post subject: Reply with quote

Quote:
./autogen.sh

this will create the configure script but since the autogen.sh script runs the configure script it will probably give you errors that it cant find the .pc files.

So you run

export PKG_CONFIG_PATH=/opt/gnome/lib/pkgconfig

this will tell galeon where to look for the *.pc files.

Now you are ready to run the configure script

./configure --with-mozilla-snapshot


could just be
Code:
PKG_CONFIG_PATH=/opt/gnome/lib/pkgconfig
./autogen.sh --with-mozilla-snapshot

_________________
Mark Finlay - Gnome Hacker of Sorts
Come join me on the Gnome User's Forum
Back to top
View user's profile Send private message
dcstimm
Guru
Guru


Joined: 19 Jun 2002
Posts: 321

PostPosted: Sun Sep 08, 2002 12:37 pm    Post subject: Reply with quote

sisob,
You should try the galeon2 ebuilds I made, I have had about 3 people test them so far and they have had no problems.

Also you are right about the autogen.sh script. I could have done that but I thought it would be a better idea to do autogen.sh and ./configure separately. So if the configure script gives them errors they wont rerun the autogen.sh script.:-)

Thanks though!
Back to top
View user's profile Send private message
akhkharu99
Apprentice
Apprentice


Joined: 08 Jun 2002
Posts: 162
Location: Gainesville, FL

PostPosted: Sun Sep 08, 2002 4:11 pm    Post subject: Reply with quote

i tried the ebuild, but i can't seem to get galeon to merge. mozilla went fine, but when i tryo to emerge galeon it ends in like 7 minutes with this output:
Code:
/var/tmp/portage/galeon-2.20020908/image//usr/lib/bonobo/servers/GNOME_Galeon_NautilusView.server
make[2]: Leaving directory `/var/tmp/portage/galeon-2.20020908/work/galeon-2.20020908'
make[1]: Leaving directory `/var/tmp/portage/galeon-2.20020908/work/galeon-2.20020908'
gzipping man page: /var/tmp/portage/galeon-2.20020908/image//usr/share/man/man1/galeon.1
strip:
/var/tmp/portage/galeon-2.20020908/image/usr/bin/gultoolbartest
/var/tmp/portage/galeon-2.20020908/image/usr/bin/testbookmarks
/var/tmp/portage/galeon-2.20020908/image/usr/bin/galeon-bin
/var/tmp/portage/galeon-2.20020908/image/usr/lib/galeon/components/libgaleon-xpcom.so
 
>>> Completed installing into /var/tmp/portage/galeon-2.20020908/image/

 
 [31;01m--------------------------- ACCESS VIOLATION SUMMARY --------------------------- [0m
 [31;01mLOG FILE = "/tmp/sandbox-galeon-2.20020908-10209.log" [0m

mkdir:     /usr/var
 [31;01m-------------------------------------------------------------------------------- [0m
 
   ...done!
>>> emerge net-www/galeon-2.20020908 to /
>>> md5 ;-) galeon-2.20020908.tar.bz2


i thought that it was done, but portage still thinks i need to install it again.
any ideas?
thanks
Back to top
View user's profile Send private message
dcstimm
Guru
Guru


Joined: 19 Jun 2002
Posts: 321

PostPosted: Sun Sep 08, 2002 4:42 pm    Post subject: Reply with quote

You have a couple options

Download the newest galeon-r1.tar and edit the ebuild so the mozilla-1.1 dependency is the version -r* version you installed.
(which will fix your problem)

or emerge rsync and emerge-cvs

you will also have to edit this ebuild so the mozilla dependency matches the version you installed.

mozilla-1.1-r1 and mozilla-1.1-r2

are identical and the only reason mozilla-1.1-r2 was created was because at the time mozilla-1.1-r1 didnt work. (now it does)
Back to top
View user's profile Send private message
akhkharu99
Apprentice
Apprentice


Joined: 08 Jun 2002
Posts: 162
Location: Gainesville, FL

PostPosted: Sun Sep 08, 2002 5:09 pm    Post subject: Reply with quote

the galeon ebuild from the site listed above has the right mozilla dependencies (1.1-r2).
is there somewhere else from which i should download galeon?
thanks for the quick reply for my previous post :D
Back to top
View user's profile Send private message
dcstimm
Guru
Guru


Joined: 19 Jun 2002
Posts: 321

PostPosted: Sun Sep 08, 2002 5:23 pm    Post subject: Reply with quote

Okay it should be set now, download the new galeon2-r1.tar, for some reason it never got uploaded

sorry.

just change the mozilla-1.1-r1 to r2 in the ebuild:-)
Back to top
View user's profile Send private message
akhkharu99
Apprentice
Apprentice


Joined: 08 Jun 2002
Posts: 162
Location: Gainesville, FL

PostPosted: Sun Sep 08, 2002 5:36 pm    Post subject: Reply with quote

thanks again for the speedy reply. i just downloaded the new file and started the emerge process. i will let you know how it goes.
thanks again for your help!!!
Back to top
View user's profile Send private message
akhkharu99
Apprentice
Apprentice


Joined: 08 Jun 2002
Posts: 162
Location: Gainesville, FL

PostPosted: Sun Sep 08, 2002 5:53 pm    Post subject: Reply with quote

well, the emerge for galeon went very smoothly. the have just a few questions. one, isi it okay that galeon --version outputs
Code:
Gnome galeon 1.2.99

two, is there a way to run the galeon setup tool that usually runs when you first run galeon? the reason i ask is because it was a nice easy way to setup the way i wanted galeon to look. (it's default look is awful :) )
Thanks a bunch!!
Back to top
View user's profile Send private message
dcstimm
Guru
Guru


Joined: 19 Jun 2002
Posts: 321

PostPosted: Sun Sep 08, 2002 5:56 pm    Post subject: Reply with quote

Yeah its officially 1.2.99+ which is the version in cvs right now.

about the galeon2 configurator I am not to sure, try removing the ~/.galeon2 file.

Its still under heavy development, I will continue to post new ebuilds every other day.

Im glad it worked for you!!
Back to top
View user's profile Send private message
Slo Mo Snail
n00b
n00b


Joined: 11 Sep 2002
Posts: 18

PostPosted: Wed Sep 11, 2002 11:38 am    Post subject: Plugins don't work?! Reply with quote

I've emerged mozilla 1.1-r1 with GTK2 and galeon-cvs but both doesn't recognize any plugins
Maybe the "--enable-old-abi-compat-wrappers" configure parameter for mozilla 1.1 doesn't work?
Back to top
View user's profile Send private message
sisob
Apprentice
Apprentice


Joined: 28 Jun 2002
Posts: 274
Location: Ireland

PostPosted: Wed Sep 11, 2002 6:24 pm    Post subject: Reply with quote

I'm now running galeon2 from the galeon-cvs ebuild - and my god does it ROCK - so much faster than galeon1.

But dont forget that it is a total re-write and a lot of the features have not
been implemented yet - eg. the tabs and settings menus.

that said - it hasnt crashed since i installed it. And it's fonts are grand enough
while mozillas are unreadable.
_________________
Mark Finlay - Gnome Hacker of Sorts
Come join me on the Gnome User's Forum
Back to top
View user's profile Send private message
Craigo
Apprentice
Apprentice


Joined: 09 Aug 2002
Posts: 249
Location: /dev/life

PostPosted: Wed Sep 11, 2002 6:47 pm    Post subject: Reply with quote

What about flash? Did it actually load? In Galeon1, it just bomb the browser. However, using just Mozilla + flash is just fine.

Just wondering if Galeon2 actually solved this?

-/Craigo/-
Back to top
View user's profile Send private message
ikshaar
Veteran
Veteran


Joined: 23 Jul 2002
Posts: 1339
Location: Baltimore, MD

PostPosted: Thu Sep 12, 2002 3:17 pm    Post subject: Reply with quote

Thanks a lot. I failed to compile it myself last week, but now, it works and it's great. I liked galeon1 but galeon2 is a must have. Of course, it's not yet finished but it's already my default browser !!! Thx for the ebuild.
_________________
"May God stands between you and harm in all the empty places where you must walk" - Babylon 5
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum