brentn/StenoTray

Show a warning when no dictionaries are loaded

Closed this issue · 1 comments

Steps to reproduce:

  1. Boot into a recent Ubuntu, e.g. Ubuntu Utopic
  2. Configure Plover / StenoTray (used latest Git HEAD)
  3. Start up StenoTray

Expected behavior: it works
Actual behavior: I can observe StenoTray is receiving strokes, because the title bar changes as I stroke things into Plover. However, the area of the window which suggestions ought to be displayed in stays blank.

ezyang@sabre:~$ java -version
java version "1.7.0_65"
OpenJDK Runtime Environment (IcedTea 2.5.3) (7u71-2.5.3-0ubuntu1)
OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)

I've diagnosed the problem: actually, the problem is that I misconfigured StenoTray so it loaded no dictionaries. Running it with DEBUG = true elucidated the problem. It would be nice if there was more cues about this.