4

I just installed Fedora 19 in VirtualBox using an image from virtualboxes.org. It suggests words from a dictionary wherever I type. It's slow and it won't let me type what I want, since it automatically inserts the topmost dictionary suggestion.

How do I turn it off?

Terminal

neu242
  • 1,650
  • 2
  • 13
  • 17
  • 2
    I've never seen this behavior, but there does appear to be a predictive spelling package **ibus-typing-booster** installed perhaps by default. My installation had no config for this, so it does nothing. Try removing it (there appear to be no dependent packages) and see if that fixes it. This is certainly a stab in the dark, though. https://fedoraproject.org/wiki/Features/Typing-Booster – SuperMagic Dec 08 '13 at 14:24

1 Answers1

2

SuperMagic provided the correct answer in a comment:

I've never seen this behavior, but there does appear to be a predictive spelling package ibus-typing-booster installed perhaps by default. My installation had no config for this, so it does nothing. Try removing it (there appear to be no dependent packages) and see if that fixes it. This is certainly a stab in the dark, though. fedoraproject.org/wiki/Features/Typing-Booster

So I did a yum remove ibus-typing-booster and killed the ibus-typing-booster process. Voila!

neu242
  • 1,650
  • 2
  • 13
  • 17