Closed vickneshmachasuperpower closed 7 years ago
This seems to be a very old version. This problem was reported and fixed long ago.
@vickneshmachasuperpower Does a new version fix it? Please respond.
I'm using the latest deb file provided here : https://github.com/bharadwaj-raju/TextSuggest I believe this is the latest version of TextSuggest?
@vickneshmachasuperpower It is. It downloads and installs the latest version each time you install it.
Can you post the output of these:
textsuggest --version
setxkbmap -print | awk -F '(+|\()' '/xkb_symbols/ {print $2}'
?
Hi.
Result of version:
vicknesh@zebra:~$ textsuggest --version
TextSuggest 1570
Copyright © 2016 Bharadwaj Raju <bharadwaj.raju@keemail.me>
License GPLv3+: GNU GPL (General Public License) version 3 or later <https://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Result of keyboard map:
vicknesh@zebra:~$ setxkbmap -print | awk -F '(+|\()' '/xkb_symbols/ {print $2}'
awk: line 0: regular expression compile failed (missing operand)
(+|\()
Let me know if you have specific way to correct the 2nd command
@vickneshmachasuperpower I have a way, I'll apply it tomorrow.
@vickneshmachasuperpower Done, now the awk is done in pure Python.
Hi Bharad.
I installed your TextExpander but it keep crashing when it's started with the following error message:
It looks like problem is caused by code from here : https://github.com/bharadwaj-raju/TextSuggest/blob/master/languages.py. Do you have workaround for this problem?