sarim / ibus-avro

Avro phonetic bangla typing layout for ibus
Mozilla Public License 2.0
240 stars 92 forks source link

Avro stops after typing few words in Bengali #176

Closed Rafiquzzaman420 closed 3 years ago

Rafiquzzaman420 commented 3 years ago

I am using Ubuntu LTS 20.04.2 and recently installed ibus-avro. But I'm having a problem. When I start typing after sometimes it goes back to English and I have to restart the service. Please help me out. Screenshot from 2021-06-04 09-03-27

archisman-panigrahi commented 3 years ago

This is a known gjs bug (not an ibus-avro bug) that randomly affects some systems. Duplicate of https://github.com/sarim/ibus-avro/issues/156

Rafiquzzaman420 commented 3 years ago

This is a known gjs bug (not an ibus-avro bug) that randomly affects some systems. Duplicate of #156

Sorry brother I found the problem and it was my language pack. I updated it and applied all over the system and it is working as a charm now . Thanks for the reply though. :smiley:

archisman-panigrahi commented 3 years ago

@Rafiquzzaman420 How exactly did you fix it? Please explain it in details. It may help to solve the duplicate issues.

gunnarhj commented 3 years ago

it was my language pack. I updated it and applied all over the system and it is working as a charm now

Was your locale possibly broken, and you somehow fixed that via Language Support?

Rafiquzzaman420 commented 3 years ago

it was my language pack. I updated it and applied all over the system and it is working as a charm now

Was your locale possibly broken, and you somehow fixed that via Language Support?

Yes brother. I fixed it via the language support. I didn't updated my Language Support since the installation of Ubuntu. That's why when I found that my problem was in Language, I should check the Language Support & it did work. Hope you got your answer.

gunnarhj commented 3 years ago

Ok. It's not clear to me how a broken locale could cause Avro to first work and then suddenly stop working.

Anyway, can you please show us what these commands output:

locale

echo $XDG_CURRENT_DESKTOP

env | grep -E 'XMOD|_IM'
Rafiquzzaman420 commented 3 years ago
user@user:~$ locale

LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC=en_US.UTF-8
LC_TIME=en_US.UTF-8
LC_COLLATE="en_US.UTF-8"
LC_MONETARY=en_US.UTF-8
LC_MESSAGES="en_US.UTF-8"
LC_PAPER=en_US.UTF-8
LC_NAME=en_US.UTF-8
LC_ADDRESS=en_US.UTF-8
LC_TELEPHONE=en_US.UTF-8
LC_MEASUREMENT=en_US.UTF-8
LC_IDENTIFICATION=en_US.UTF-8
LC_ALL=
user@user:~$ echo $XDG_CURRENT_DESKTOP
ubuntu:GNOME
user@user:~$ env | grep -E 'XMOD|_IM'
XMODIFIERS=@im=ibus
QT_IM_MODULE=ibus
gunnarhj commented 3 years ago

Thanks @Rafiquzzaman420. That looks quite normal. Can't help wondering what it looked like before you played with Language Support though.

Rafiquzzaman420 commented 3 years ago

Thanks @Rafiquzzaman420. That looks quite normal. Can't help wondering what it looked like before you played with Language Support though.

Next time when I do this on my other PC, I'll let you know :)