Mozilla compilation???
From: Jacob Tranholm (jacob_tranholm_at_hotmail.com)
Date: 07/02/04
- Next message: nobody_at_nowhere.com, the over-the-hill, pondering thunderbox: "Re: i bought a walmart cheapie"
- Previous message: StvyLife: "Re: skins and themes."
- Next in thread: sktsee: "Re: Mozilla compilation???"
- Reply: sktsee: "Re: Mozilla compilation???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 02 Jul 2004 15:12:11 +0200
Since I first installed SuSE 9.1 I have had to recompile Mozilla in
order to get my printout to look correct. In the official rpms of both
Mozilla 1.6, 1.7rc2 and 1.7 the printout had some hallow font and when I
started Mozilla from the konsole I got a long list of error-messages
concerning missing fonts.
At first I recompiled Mozilla from the source at
http://www.mozilla.org/releases/ and the output was perfect. The last
couple of times I have recompiled Mozilla from the source rpms, where I
simply had to delete a single line in
/usr/src/packages/SPECS/mozilla.spec, and then recompile Mozilla using
the command 'rpmbuild -ba /usr/src/packages/SPECS/mozilla.spec', and
then Mozilla works perfectly without any errors. The line is '%patch11'
- Which calls the 'freetype.dif'-patch:
--- modules/libpref/src/init/all.js.orig 2004-01-23 11:22:44.000000000 +0100
+++ modules/libpref/src/init/all.js 2004-01-23 11:26:54.000000000 +0100
@@ -1681,7 +1681,7 @@
pref("font.scale.outline.min", 6);
// TrueType
-pref("font.FreeType2.enable", false);
+pref("font.FreeType2.enable", true);
pref("font.freetype2.shared-library", "libfreetype.so.6");
// if libfreetype was built without hinting compiled in
// it is best to leave hinting off
@@ -1696,6 +1696,7 @@
//pref("font.directory.truetype.1", "/u/sam/tt_font1");
//pref("font.directory.truetype.2", "/u/sam/tt_font2");
//pref("font.directory.truetype.3", "/u/sam/tt_font3");
+pref("font.directory.truetype.1", "/usr/X11R6/lib/X11/fonts/truetype");
pref("font.FreeType2.printing", true);
// below a certian pixel size anti-aliased bitmat scaled fonts
And now my question is: Am I missing some packages in my SuSE??? The
packages "freetype", "freetype-tools", "freetype2" and "freetype2-devel"
are all installed in the standard SuSE-versions and the directory
'/usr/X11R6/lib/X11/fonts/truetype' contains a lot of truetype-font...
So what is the problem???
- Next message: nobody_at_nowhere.com, the over-the-hill, pondering thunderbox: "Re: i bought a walmart cheapie"
- Previous message: StvyLife: "Re: skins and themes."
- Next in thread: sktsee: "Re: Mozilla compilation???"
- Reply: sktsee: "Re: Mozilla compilation???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]