Mozilla 1.4 - No AA Font Goodness?

Douglas J Hunley doug
Mon May 17 11:49:08 PDT 2004


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Kurt Wall shocked and awed us all by speaking:
> I've pretty much concluded that my issues were self-inflicted, at least
> where the bookmarks were concerned. It's too bad about the AA fonts,
> though. They are much nicer than the standard issue, ugly ones usually
> available.

hmm.. my mozilla 1.4 does the AA font thing. my compiling instructions are 
attached. (as well as the patches needed). note that the patches are for 
1.3.x but they still work (one will fail cause it's already applied). let me 
know if the directions don't make sense
- -- 
Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778
http://doug.hunley.homeip.net && http://www.linux-sxs.org

/* So there I am, in the middle of my `netfilter-is-wonderful' talk in Sydney, 
and someone asks `What happens if you try to enlarge a 64k packet here?'.  I 
think I said something eloquent like `fuck'. */ -- 2.4.3 
linux/net/ipv4/netfilter/ip_nat_ftp.c
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/DDNu2MO5UukaubkRAiSsAJ9IGYCcWlJEx/4Oz4IotkzS/9W5/ACglYdt
meqmfIUq9Tf6f2j/MJACtBg=
=F55S
-----END PGP SIGNATURE-----
-------------- next part --------------
export MOZILLA_OFFICIAL="1"
export BUILD_OFFICIAL="1"
export MOZ_INTERNAL_LIBART_LGPL="1"

for p in ../mozilla-1.3-*.patch
do
patch -Np1 -i $p
done

edit extensions/wallet/src/wallet.cpp and delete
#define WALLET_DONT_CACHE_ALL_PASSWORDS

./configure --prefix=/usr \
            --enable-default-mozilla-five-home \
            --enable-toolkit-gtk2 --enable-default-toolkit=gtk2 \
            --with-x --with-system-zlib \
            --with-system-jpeg --with-system-png --with-system-mng \
            --enable-xft --enable-crypto \
            --enable-java-supplement \
            --disable-accessibility \
            --disable-tests --disable-debug \
            --disable-logging --enable-reorder \
            --enable-strip \
            --enable-cpp-rtti --enable-extensions=all \
            --enable-svg &&
make &&
make install &&
install -d /usr/include/mozilla-1.3/nss &&
cp -Lf dist/private/nss/*.h dist/public/nss/*.h \
   /usr/include/mozilla-1.3/nss &&

ln -nsf mozilla-1.3 /usr/include/mozilla &&
ln -nsf mozilla-1.3 /usr/lib/mozilla &&
cd /usr/lib/mozilla-1.3 &&
export LD_LIBRARY_PATH="/usr/lib/mozilla-1.3" &&
export MOZILLA_FIVE_HOME="/usr/lib/mozilla-1.3" &&
./regxpcom &&
./regchrome &&
touch `find /usr/lib/mozilla-1.3 -name *.rdf`
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mozilla-1.3-already-running.patch
Type: text/x-diff
Size: 2766 bytes
Desc: not available
Url : http://mail.linux-sxs.org/pipermail/linux-users/attachments/20030709/0f0a1960/mozilla-1.3-already-running.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mozilla-1.3-default-plugin-less-annoying.patch
Type: text/x-diff
Size: 2277 bytes
Desc: not available
Url : http://mail.linux-sxs.org/pipermail/linux-users/attachments/20030709/0f0a1960/mozilla-1.3-default-plugin-less-annoying.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mozilla-1.3-over-the-spot.patch
Type: text/x-diff
Size: 385 bytes
Desc: not available
Url : http://mail.linux-sxs.org/pipermail/linux-users/attachments/20030709/0f0a1960/mozilla-1.3-over-the-spot.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mozilla-1.3-prefcrash.patch
Type: text/x-diff
Size: 389 bytes
Desc: not available
Url : http://mail.linux-sxs.org/pipermail/linux-users/attachments/20030709/0f0a1960/mozilla-1.3-prefcrash.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mozilla-1.3-remove-urls.patch
Type: text/x-diff
Size: 1528 bytes
Desc: not available
Url : http://mail.linux-sxs.org/pipermail/linux-users/attachments/20030709/0f0a1960/mozilla-1.3-remove-urls.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mozilla-1.3-spellcheck.patch
Type: text/x-diff
Size: 1364 bytes
Desc: not available
Url : http://mail.linux-sxs.org/pipermail/linux-users/attachments/20030709/0f0a1960/mozilla-1.3-spellcheck.bin


More information about the Linux-users mailing list