ChatZilla:XULRunner: Difference between revisions

Added Installing a Dictionary section
(New page: This page is to track tips and tricks for a better user experience with ChatZilla for XUL Runner. __TOC__ == Unofficial XUL Runner Build == The easiest way to get Chat...)
 
(Added Installing a Dictionary section)
 
Line 12: Line 12:


TODO: explain this better
TODO: explain this better
== Installing a Dictionary ==
<ol>
<li>Download the .xpi from the [https://addons.mozilla.org/en-US/firefox/browse/type:3 Dictionaries & Language Packs section of AMO]</li>
<li>Extract the install.rdf file from the .xpi</li>
<li>Add a toolkit section to the dictionary. e.g.:
  <pre><nowiki>
  <!--Toolkit-->
  <em:targetApplication>
  <Description>
  <em:id>toolkit@mozilla.org</em:id>
  <em:minVersion>1.9a1</em:minVersion>
  <em:maxVersion>1.9.*</em:maxVersion>
  </Description>
  </em:targetApplication>
  </nowiki></pre>
although you'll have to make sure the min & max numbers would accept the version of XULRunner you are using.</li>
<li>Copy install.rdf back into the .xpi</li>
<li>In ChatZilla > Add-ons, click the Install... button and select the .xpi</li>
<li>Close ChatZilla</li>
<li>Edit prefs.js in your ChatZilla profile and change the spellchecker.dictionary setting to the locale of your dictionary</li>
<li>Start ChatZilla</li>
</ol>
17

edits