Where is Kile's dictionary?

Posted by user2413 on Ask Ubuntu See other posts from Ask Ubuntu or by user2413
Published on 2010-11-10T23:05:47Z Indexed on 2011/01/05 20:59 UTC
Read the original article Hit count: 318

Filed under:
|

Hi,

I've accidentally added 'itterative' to Kile's dictionary (right click on the wrong button). Now I'd like to remove 'itterative' from the list of correct words but I can't locate the dictionary anymore (the old link in settings->configure kile ) does not link to where it used to...

Thanks in advance,

PS: I use Kile as out of the box...no special settings no-nothing

EDIT

To adress Oli's answer below. Kcontrol is not in the 10.10 reps (apparently) downloading the .tar.gz version of kcontrol and install it, by typping:

cd ~/Documents/khepera
SUBDIRS="libtns_util libxfgc libkhepera kcontrol"

for i in $SUBDIRS ; do make -C $i install; done
for i in $SUBDIRS; do make -C $i clean; done
for i in $SUBDIRS; do make -C $i tgz; done

creates load-full of errors. I guess they could be solved, but it seems of an overkill just to locate Kile's dictionary. Any other ideas?

© Ask Ubuntu or respective owner

Related posts about dictionary

Related posts about kile

  • Kile doesn’t brings Okular to front

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    As @user49890 in Emacs-AUCTeX-Okular I got an equal problem with Kile and Okular. In configured both for SyncTeX and it works fine when Okular is closed and Kile quickbuilds the PDF, then Okular is opened in front of Kile. But if Okular is already opened with the window behind Kile’s window it stys… >>> More

  • kile does not get keyboard input, respond to Alt+F

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I use 11.10 with Unity. I use two kde apps a lot - kile and kate. Since the latest upgrade, I have observed two problems: a] I can never use Alt+F to select the file menu (works with other apps), yet when I press Alt, kile's menu comes up in the status bar. b] A few times every day, while using… >>> More

  • Where is Kile's dictionary?

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    Hi, I've accidentally added 'itterative' to Kile's dictionary (right click on the wrong button). Now I'd like to remove 'itterative' from the list of correct words but I can't locate the dictionary anymore (the old link in settings-configure kile ) does not link to where it used to... Thanks in… >>> More

  • inverse search from Okular to Kile

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    Upgraded to 12:04 now can't get inverse search to work (from Okular to Kile) My settings: in Kile I have: Tools - Mode - Normal in Okular I have: Settings- Configure-Editor (and set Editor to Kile) In Kile I have tried the buttons: PDFLatex and then ForwardPDF and also: Latex and then ForwardPDF… >>> More

  • Follow cursor location from kile to evince.

    as seen on Super User - Search for 'Super User'
    I know the title is probably not very clear, so I'll try to be as clear as possible here. I'm running xubuntu on my netbook, and I'm using kile for my latex editing. Since kile is native to kde, I had to manually set it to open pdfs and dvis on evince instead of okular. Now, last time I played around… >>> More