Try your own monster
I'm more than halfway to an upload of xulrunner to experimental, but until I get iceweasel itself built, and xulrunner in an uploadable shape, you can download amd64 and i386 packages of xulrunner-1.9.1 from my p.d.o space. To get something that works, you only need libmozjs2d and xulrunner-1.9.1. Following are direct links to the relevant files:
- For amd64:
- For i386:
I only tested the amd64 binary, which doesn't have JIT javascript, so if you have particular problems with the i386 binaries, please report them in the comments. You can obviously leave comments for problems with the amd64 binaries, by the way.
Since iceweasel 3.5 is not ready yet, you may still want something to try this xulrunner out. You can try your own monster, for that purpose. The steps involved to create the monster are actually simple:
- Edit the
/usr/lib/iceweasel/application.ini
file and change theMaxVersion
value in the[Gecko]
section to1.9.1
- Replace the
/usr/lib/iceweasel/xulrunner
symbolic link with a symbolic link to/usr/lib/xulrunner-1.9.1
(ln -sfn ../xulrunner-1.9.1 /usr/lib/iceweasel/xulrunner
)
With these changes, running iceweasel
will start the monster.
If you still want to have iceweasel
running the "normal" version, skip the second step above and start xulrunner-1.9.1 /usr/lib/iceweasel/application.ini
instead.
2009-07-04 10:05:47+0900
Both comments and pings are currently closed.
2009-07-04 10:51:34+0900
Seems to work here. Why is there no JIT for amd64?
2009-07-04 10:55:47+0900
Vincent: because it’s not implemented upstream.
2009-07-04 11:44:18+0900
Conkeror also works with xulrunner, and (at the least the git versio) has been tested with 1.9.1.
So feel free to try it out.
2009-07-04 13:36:12+0900
Thanks!
Could you also upload source code (.orig.tar.gz) and Debian patch (.diff.gz)? Thanks!
2009-07-04 13:49:18+0900
Is http://people.debian.org/~glandium/iceweasel_3.5-0_i386.deb good to use too?
2009-07-04 17:11:04+0900
Nelson, see the next post