There is a button in the settings UI which could be used to clear the learned words.
Unfortunately when the user hits this button first the Inputhandler is killed, and the DBUS message is sent only after the plugin destructed.
We have to figure out some other methods (listening on DBUS in a separate process) to clear the word cache properly.
There is a button in the settings UI which could be used to clear the learned words. Unfortunately when the user hits this button first the Inputhandler is killed, and the DBUS message is sent only after the plugin destructed.
We have to figure out some other methods (listening on DBUS in a separate process) to clear the word cache properly.