Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
firebird (aka phoenix) 0.6 is out
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
xlyz
Veteran
Veteran


Joined: 27 Oct 2002
Posts: 1470
Location: Italy

PostPosted: Sat May 17, 2003 8:14 am    Post subject: firebird (aka phoenix) 0.6 is out Reply with quote

http://www.mozilla.org/projects/firebird/release-notes.html

an ebuild req is already in bugzilla 8)
Back to top
View user's profile Send private message
beowulf
Apprentice
Apprentice


Joined: 07 Apr 2003
Posts: 225

PostPosted: Sat May 17, 2003 12:47 pm    Post subject: Reply with quote

Great news! I was putting off switching from Mozilla to Firebird until this release was made... can't wait to try it out!

I read Firebird will become the "mozilla browser".... since mozilla has become quite... bloated is not the word i'm looking for.... slow i guess...
_________________
I have nothing witty to say here... ever :-(
Back to top
View user's profile Send private message
xlyz
Veteran
Veteran


Joined: 27 Oct 2002
Posts: 1470
Location: Italy

PostPosted: Sat May 17, 2003 12:56 pm    Post subject: Reply with quote

if u want to try it now u can modify phoenix-bin adding/changing these lines at the beginning:
Code:

MY_PN="MozillaFirebird"
PV="0.6"
S=${WORKDIR}/${MY_PN}
DESCRIPTION="The Phoenix Web Browser"
SRC_URI="http://ftp.mozilla.org/pub/firebird/releases/${PV}/${MY_PN}-${PV}-i686-pc-linux-gnu.tar.gz"

u'll get some error messages, but u will find firebird in /opt/MozillaFirebird

enjoy


Last edited by xlyz on Sat May 17, 2003 5:17 pm; edited 1 time in total
Back to top
View user's profile Send private message
Remenic
Tux's lil' helper
Tux's lil' helper


Joined: 10 May 2003
Posts: 76

PostPosted: Sat May 17, 2003 1:01 pm    Post subject: Does not work for me Reply with quote

I downloaded phoenix from http://ftp.mozilla.org/pub/firebird/releases/0.6/MozillaFirebird-0.6-i686-pc-linux-gnu.tar.gz, but when I try to run it, i get:

Quote:
./MozillaFirebird-bin: relocation error: ./MozillaFirebird-bin: undefined symbol: __vt_14nsXPIDLCString


I did not install it using an ebuild, i just extracted it in my homedir... Does it try to use libraries from my previous Phoenix installation? I already did 'unset MOZILLA_FIVE_HOME'.
Back to top
View user's profile Send private message
goosnargh
n00b
n00b


Joined: 16 Jun 2002
Posts: 32

PostPosted: Sat May 17, 2003 2:09 pm    Post subject: Reply with quote

use
Code:
./run-mozilla.sh ./MozillaFirebird-bin
Alternatively, change mozilla-bin to MozillaFirebird-bin in the run-mozilla.sh script. New skin looks very nice (been a while I haven't used mozilla based browser) however default fonts are ugly as sin. [/code]
Back to top
View user's profile Send private message
DarkE
n00b
n00b


Joined: 20 Aug 2002
Posts: 31

PostPosted: Sat May 17, 2003 2:25 pm    Post subject: Reply with quote

What about truetype-fonts (if you've enabled it) on your machines with 0.6?
They look ugly, but from the firebird-build 2003-05-12 they were okay. What changed? Excuse my english, please.
Back to top
View user's profile Send private message
TenPin
Guru
Guru


Joined: 26 Aug 2002
Posts: 500
Location: Kansas City

PostPosted: Sat May 17, 2003 2:34 pm    Post subject: Reply with quote

There is a source package which I have just started compiling, should be interesting to see if it works.

http://ftp.mozilla.org/pub/firebird/releases/0.6/MozillaFirebird-0.6-source.tar.bz2
Back to top
View user's profile Send private message
ventricle
Guru
Guru


Joined: 04 Apr 2003
Posts: 305
Location: UK/Australia

PostPosted: Sat May 17, 2003 5:35 pm    Post subject: Reply with quote

How did your build go I'm wondering?
_________________
[LRU]
Back to top
View user's profile Send private message
goosnargh
n00b
n00b


Joined: 16 Jun 2002
Posts: 32

PostPosted: Sat May 17, 2003 7:37 pm    Post subject: Reply with quote

Darke: I don't know how to enable system wide fonts for firebird but they don't show on the firebird options->fonts without any tinkering.
Back to top
View user's profile Send private message
tactless
l33t
l33t


Joined: 14 Jul 2002
Posts: 642
Location: Mitzpe Adi, Israel

PostPosted: Sat May 17, 2003 7:45 pm    Post subject: Reply with quote

I wasted 3 hours of processor time on that tarball and all I got was plain old Mozilla 1.4... why didn't they link Freetype in the binary?
_________________
Tactless

"If it wasn't for fog, the world would run at a really crappy framerate."

Jabber: tactless@amessage.info
Back to top
View user's profile Send private message
hanzotutu
Apprentice
Apprentice


Joined: 10 Apr 2003
Posts: 170

PostPosted: Sat May 17, 2003 8:15 pm    Post subject: Reply with quote

firebird only has binary package?
If I wanna build it from src, the only way I can do is emerge phoenix-cvs?
Is there any way I can emerge firebird 0.6 with source files?
Back to top
View user's profile Send private message
klasikahl
Retired Dev
Retired Dev


Joined: 04 Nov 2002
Posts: 118
Location: Paradise Valley, Arizona

PostPosted: Sat May 17, 2003 8:49 pm    Post subject: Reply with quote

too bad the CVS server is down.
_________________
http://tehunlose.com
http://dev.gentoo.org/~klasikahl/
Back to top
View user's profile Send private message
Jesu
Tux's lil' helper
Tux's lil' helper


Joined: 14 Feb 2003
Posts: 98
Location: London, UK

PostPosted: Sat May 17, 2003 11:47 pm    Post subject: Reply with quote

tactless - yeah i just got the same thing. left firebird-0.6-source to compile while i went out, and it's just moz 1.4b (i'm on ppc - no binaries for me...) :( there must be some setting somewhere to tell it to compile firebird rather than moz...

Actually, I wonder if I can fake out the phoenix-cvs build with this source package....

(edit) OK, here it is, straight from the phoenix-cvs ebuild...

export MOZ_PHOENIX=1
export MOZ_CALENDAR=0
export MOZ_ENABLE_XFT=1

and just for good measure:

emake MOZ_PHOENIX=1

Jesu
Back to top
View user's profile Send private message
Haro
n00b
n00b


Joined: 17 May 2003
Posts: 71
Location: West Bend, WI

PostPosted: Sun May 18, 2003 12:02 am    Post subject: Reply with quote

Jesu wrote:
<snip>

export MOZ_PHOENIX=1
export MOZ_CALENDAR=0
export MOZ_ENABLE_XFT=1

and just for good measure:

emake MOZ_PHOENIX=1

Jesu


I downloaded the firebird source and used the all the phoenix-cvs configure lines from the ebuild and it built successfully to /usr/local/lib/mozilla-1.4b/MozillaFirebird. ./run-mozilla ./MozillaFirebird makes it run correctly.

Someone more knowledgable could probably hack the phoenix-cvs ebuild pretty quickly to accomodate firebird.
Back to top
View user's profile Send private message
klasikahl
Retired Dev
Retired Dev


Joined: 04 Nov 2002
Posts: 118
Location: Paradise Valley, Arizona

PostPosted: Sun May 18, 2003 12:58 am    Post subject: Reply with quote

i have already hacked it and it's availible here


good luck getting it to work without the moz cvs server(s) (they're down)
_________________
http://tehunlose.com
http://dev.gentoo.org/~klasikahl/
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