Error de autocompletar de TextSuggest en Ubuntu 18.04.3

Error de autocompletar de TextSuggest en Ubuntu 18.04.3

tengo un problema conTextoSugerencia- una herramienta de autocompletar para Linux. Solo funciona una vez, después de eso el acceso directo ya no abre la ventana emergente de autocompletar. (no pasa nada en absoluto)

  • Mi atajo: MAYÚS+CTRL+P
  • SO: Ubuntu 18.04.3 LTS.
  • Agregué textsuggest-server en segundo plano para ejecutarlo al inicio.

Mensaje de error después de queseleccionaruna palabra del menú TextSuggest y presioneingresar:

    go@tom:~/Desktop/TextSuggest-Pkg$ textsuggest-server
Started server at org.textsuggest.server, PID: 7678…
time get_all_words([English, English]) = 0.001719
Processing 'previous'
    Using processor 'command' from '/usr/share/textsuggest/processors/command'
terminate called after throwing an instance of 'std::out_of_range'
  what():  basic_string::substr: __pos (which is 18446744073709551615) > this->size() (which is 0)
/usr/bin/textsuggest-server: line 3:  7678 Aborted                 (core dumped) LD_LIBRARY_PATH=/usr/share/textsuggest/libs /usr/share/textsuggest/textsuggest-server "$@"

error 2:
Started server at org.textsuggest.server, PID: 7811…
time get_all_words([English, English]) = 0.00155287
time get_all_words([English, English]) = 0.00150532
Processing 'previous'
    Using processor 'command' from '/usr/share/textsuggest/processors/command'
terminate called after throwing an instance of 'std::out_of_range'
  what():  basic_string::substr: __pos (which is 18446744073709551615) > this->size() (which is 0)
/usr/bin/textsuggest-server: line 3:  7811 Aborted                 (core dumped) LD_LIBRARY_PATH=/usr/share/textsuggest/libs /usr/share/textsuggest/textsuggest-server "$@"

¿Alguna idea de cuál podría ser el problema?

información relacionada