Penguin

Differences between current version and revision by previous author of MozillaNotes.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 84 Last edited on Monday, September 10, 2007 4:11:34 pm by AristotlePagaltzis
Older page: version 83 Last edited on Tuesday, July 17, 2007 2:50:48 am by SteveZobell Revert
@@ -63,50 +63,59 @@
  
  
 !! Font-related settings 
  
-<pre>  
-; Never use a font smaller than : user_pref("font.minimum-size.x-western", 13);  
+Never use a font smaller than 13::  
  
-; Use AA TTF' s: 
+ <verbatim>  
+ user_pref("font.minimum-size.x-western", 13) ;  
+ </verbatim>  
+  
+ Use anti-aliased [ TTF] s::  
+  
+ <verbatim>  
  pref("font.FreeType2.enable", true); 
  pref("font.freetype2.shared-library", "libfreetype.so.6"); 
  pref("font.FreeType2.autohinted", true); 
  pref("font.FreeType2.unhinted", false); 
  pref("font.antialias.min", 16); 
  pref("font.directory.truetype.2", "/usr/share/fonts/truetype"); 
+ </verbatim>  
  
- // AA with Bitmap scaling.  
+Anti-aliasing with Bitmap scaling::  
+  
+ <verbatim>  
  pref("font.scale.aa_bitmap.enable", true); 
  //pref("font.scale.aa_bitmap.always", true); 
  pref("font.scale.aa_bitmap.min", 16); 
-</pre
+ </verbatim
  
-Note, fonts that mozilla lists as having a lowercase initial letter are retrieved through X11 and don't support antialiasing
+Note: fonts that Mozilla lists as having a lowercase initial letter are retrieved through [ X11] and don't support anti-aliasing
  
-Debian testing and unstable have a package called " mozilla-xft" which contains the libraries needed to use TrueType fonts with anti-aliasing. 
+Debian testing and unstable have a package called <tt> mozilla-xft</tt> which contains the libraries needed to use TrueType fonts with anti-aliasing. 
  
 !! Colour-related settings 
+  
 I changed the settings of the colours to use in the browser's Preference pages. I prefer light text on a dark background - however, mozilla still uses dark blue for highlighting text, which can be hard to see. I discovered these settings which change these colours: 
  
-<verbatim> 
+ <verbatim> 
  user_pref("ui.textSelectBackground", "#b4b2b4"); 
  user_pref("ui.textSelectForeground", "#000000"); 
-</verbatim> 
+ </verbatim> 
  
 This gives me black text on a light grey background for text that is selected by the mouse or by searching. 
  
 !!Email 
  
 To use your default MailClient instead of Mozilla Mail, use 
  user_pref("network.protocol-handler.external.mailto", true); 
  
-Now this doesn't seem to work in Linux, so you might want to go to the [Mozex|http://mozex.mozdev.org] site and get Mozex, an extension that lets you use any program you like for external links, viewing source etc. (And feed it " evolution ~mailto:%A?Subject=%S&Cc=%C&body=%B". )  
-  
+Now this doesn't seem to work in Linux, so you might want to go to the [Mozex|http://mozex.mozdev.org] site and get Mozex, an extension that lets you use any program you like for external links, viewing source etc. (And feed it <tt> evolution ~mailto:%A?Subject=%S&Cc=%C&body=%B</tt>
  
 !!!Plugins 
  
 !!Installing Plugins 
+  
 If you have problems with plugins, almost all of them can be solved by manually copying the right files from your installation of whatever-player into your plugin directory. Check out [http://plugindoc.mozdev.org/] for which file does what. 
  
 If you are using Mozilla 1.3 (whether beta or otherwise) and g++-3.2 and trying to use the Sun Java plugin, you might have problems. Try using the Blackdown JRE/JDK. A good way to diagnose problems with plugins in Mozilla is to run: 
  
@@ -124,17 +133,17 @@
 file. First, completely close down your browser. Open the file in an editor, and 
 remove the lines related to the pdf (or whatever) plugin. For me, I removed the 
 following lines: 
  
-<verbatim> 
+ <verbatim> 
  /opt/Acrobat5/Browsers/intellinux/nppdf.so:$ 
  :$ 
  1092927951000:1:1:$ 
  :$ 
  nppdf.so:$ 
 
  0:application/pdf:Portable Document Format:pdf:$ 
-</verbatim> 
+ </verbatim> 
  
 The format seems to consist of lines ending with ":$" - the filename, a blank line, a magic number of some sort, a description of the plugin, the name of the plugin, and then a number saying how many lines follow. Those following lines (indexed from 0) 
 contain all the mime-types that the plugin handles. 
  
@@ -315,9 +324,10 @@
 I had to set MAXPERIP=5 in /etc/courier/imapd (on a Debian 3.0 server). Otherwise Courier-IMAP defaults to allow only 4 connections per IMAP client and that causes Thunderbird (and Netscape Messenger, IIRC) to stop responding. -- ~FrEd 
 -- This is actually configured within the mail client (Thunderbird, Netscape Messenger, Mozilla Mail, etc). Go to the Account Settings, then Server Settings, press the 'Advanced' button, and there is field for 'Maximum number of server connections to cache', which is set to 5 by default. -- DanielLawson 
  
 !! Slow File Picker 
-Linux Firefox comes with a GTK2 file picker that is very slow. You may see a large delay when starting a download or using "Save Image As" or "Save Link As". The delay increases if there are many files in the target directory, and KDE users may see more delay than GNOME users. The GTK2 file picker also selects the target file name, so you cannot middle click to paste previously selected text into the name. You can recover the built-in XUL file picker. For Firefox 2 and above, type " about:config" into the URL and find the preference called ui.allow_platform_file_picker. Double click on the preference to change the value to false. More details are [ here. | http://kb.mozillazine.org/Ui.allow_platform_file_picker ] For Firefox 1.5, use the instructions [ here. | http://forums.mozillazine.org/viewtopic.php?p=1783468#1783468 ] 
+  
+ Linux Firefox comes with a GTK2 file picker that is very slow. You may see a large delay when starting a download or using "Save Image As" or "Save Link As". The delay increases if there are many files in the target directory, and KDE users may see more delay than GNOME users. The GTK2 file picker also selects the target file name, so you cannot middle click to paste previously selected text into the name. You can recover the built-in XUL file picker. For Firefox 2 and above, type “<tt> about:config</tt>” into the URL and find the preference called “<tt> ui.allow_platform_file_picker</tt>” . Double- click on the preference to change the value to false. For more details, [see the MozillaZine KnowledgeBase | http://kb.mozillazine.org/Ui.allow_platform_file_picker ]. ( For Firefox 1.5, you need to use [different instructions | http://forums.mozillazine.org/viewtopic.php?p=1783468#1783468].)  
  
 !!! See also 
  
 * [More ad blocking | http://www.deftone.com/blogzilla/archives/ad_blocking.html]