[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Galeon prefs.js



While galeon does appear to be reading this file (verified by running
strace when starting up galeon), it doesn't appear to be using the
settings in the file.

I have the following in ~/.galeon/mozilla/galeon/user.js:

// TryeType
pref("font.FreeType2.enable", false);
pref("font.freetype2.shared-library", "libfreetype.so.6");
pref("font.FreeType2.autohinted", false);
pref("font.FreeType2.unhinted", false);
pref("font.antialias.min",        10);
pref("font.directory.truetype.1",
"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType");
pref("font.directory.truetype.2", "/usr/share/fonts/truetype");
pref("font.directory.truetype.3",
"/usr/share/fonts/truetype/openoffice");

// AA with Bitmap scaling.
pref("font.scale.aa_bitmap.enable", true);
pref("font.scale.aa_bitmap.always", false);
pref("font.scale.aa_bitmap.min", 6);

Anyone have any ideas?


On Mon, 2002-07-08 at 13:17, Rick Pasotto wrote:
> On Mon, Jul 08, 2002 at 03:54:37PM -0400, David P James wrote:
> > Blake Barnett wrote:
> > > Anyone know how to keep Galeon from auto-generating the
> > > ~/.galeon/mozilla/galeon/prefs.js file?  I want to keep
> > > my anti-aliasing/TTF settings in there and it keeps
> > > overwriting it.
> > >
> 
> Don't know about galeon, but for mozilla you're supposed to put your
> changes in user.js. Whatever is in there gets read at startup and
> overrides whats in prefs.js which is then re-written. 
> 
> prefs.js is for mozilla's use -- don't mess with it.
> user.js is for user customization.
> 
> -- 
> "Anyone who lives within their means suffers from a lack of imagination."
> 		-- Oscar Wilde *KH*
>     Rick Pasotto    rickp@telocity.com    http://www.niof.net
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
-- 
Blake Barnett (bdb)  <blake.barnett@developonline.com>
Sr. Unix Administrator
DevelopOnline.com                 office: 480-377-6816

Learning is a skill, you get better at it with practice.


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: