Fixing Your Dictionary

Your are typing some text into your FIrefox 2.0 Browser, and you spell something terribly wrong. Like this:

I am so glad I upgreaded to Firefox 2.0, because it has a built in spell checker.

You see the error where you meant to type "upgraded." So you right click on it to pick the correct spelling, and accidentally hit the "Add to Dictionary" menu choice, which is annoyingly placed right next to the correctly spelled word.

From now on, you can never be sure if your text will be correct. Bummer.

There is a way to fix this.

In Linux, go to a terminal window.

Change the directory to where Firefox stores the dictionary file. Thiis in your home directory, in a subdirectory with a "dot" at the beginning of the name (to make it invisible), then a couple of subdirectories down below that. The file you are looking for is called "persdict.dat"

Most likely, you can just type this into the terminal window:

cd ~/.mozilla/firefox/*.default

and that will bring you to the default configuration file. The "star" is because the exact name of your configuration file is unknown to me. Your Linux system will open to the first directory that fits this "wildcard."

Now type "ls" to see if you see a persdict.dat.

If it was me, I'd then type:

gedit persdict.dat

so you can edit the dictionary in a nice word processor (Gedit).

An even more direct approach which may work nicely is to go to the terminal window and simply type in this command:

gedit ~/.mozilla/firefox/*.default/persdict.dat

Either way, edit the file, save it, and you're cool.

More like this

Hey, wanna know some cool stuff you can do in a Linux terminal? First, three keyboard tricks you probably already know. The up arrow is a "history" key. After you've entered some commands, you can retrieve them with the up arrow. Most terminals will store the last several hundred commands. You…
This is a repost of a review that is timely, given this week's focus on setting up your Linux server and changing all your computers over to Linux and so on. I started this discussion a while back, and now it is time to continue it. The Bourne Again Shell, bash, is the default command-line shell…
A repost, continuing along the lines of bashing the shell. Having examined Learning the bash Shell (In a Nutshell (O'Reilly)) (see here, here, and here), it is now time to turn to a more advanced reference to help you geek out on your Linux computer. If you want to have only one book on bash,…
This is one of four related posts: Should You Install Ubuntu Linux?Installing Ubuntu 16.04 LTSHow to use Ubuntu UnityThings To Do After Installing Ubuntu 16.04 LTS Some Linux/Ubuntu related books:Ubuntu Unleashed 2016 Edition: Covering 15.10 and 16.04 (11th Edition)Ubuntu 16.04 LTS Desktop:…

I just looked at the Micro$oft version.

Look at C:\Program Files\Mozilla Firefox\dictionaries
The file in question is en-US.dic

By Some lurker (not verified) on 25 Nov 2007 #permalink