Click to See Complete Forum and Search --> : Clearing Text Completion History in KDE


ScottE
05-20-2003, 05:18 PM
How can I clear or remove the text completion history in Konqueror?

The problem I have is the drop down window that pops up when I go to fill-in forms has a username and password in it.

I know I can turn off text completion but Konqueror defaults to drop-down text completion whenever I restart it.

I've already tried clearing the location bar and History and that doesn't seem to matter.

Thanks,
ScottE

ScottE
05-20-2003, 06:11 PM
For others who may be interested in form completion editing or text complete editing, here's what I found.

Open your favorite shell
at your prompt, type:

locate formcompletions

it will return something like:

~/.kde/share/apps/khtml/formcompletions

where ~ is probably /home/username

now navigate to the khtml directory:

cd ~/.kde/share/apps/khtml

and edit formcompletions with your favorite editor.

I used pico, type:

pico formcompletions

edit what you want to edit.

hit Ctrl-x then Tab to complete.

You've now edited your formcompletions.

Good Luck,
ScottE