Avro Bengali keyboard switches to Malay (Jawi) after upgrade to Ubuntu 17.04
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
6
down vote
favorite
I upgraded one of my machines to Ubuntu 17.04. May be it is related, may be it is not, but for this machine, Avro Bengali keyboard switched to Malay (Jawi) after upgrade.
My other two machines, running Ubuntu 16.04 are working fine.
Please see these self explanatory screenshots.
I tried removing and re-adding the keyboard, uninstalling and reinstalling the keyboard without any avail.
Whenever, I switch to Avro keyboard, I get texts in Arabic.
keyboard keyboard-layout ibus-avro
add a comment |Â
up vote
6
down vote
favorite
I upgraded one of my machines to Ubuntu 17.04. May be it is related, may be it is not, but for this machine, Avro Bengali keyboard switched to Malay (Jawi) after upgrade.
My other two machines, running Ubuntu 16.04 are working fine.
Please see these self explanatory screenshots.
I tried removing and re-adding the keyboard, uninstalling and reinstalling the keyboard without any avail.
Whenever, I switch to Avro keyboard, I get texts in Arabic.
keyboard keyboard-layout ibus-avro
I installed the thing on my 16.10, and I don't get a keyboard layout chart at all... One thing you may want to do is to install theibus-m17n
package and try the Bengali options provided by that package.
â Gunnar Hjalmarsson
Apr 12 '17 at 14:16
1
Same issue. It was working on 16.10 but not working on 17.04
â Pavak Paul
Apr 14 '17 at 13:09
@GunnarHjalmarsson I installedibus-m17n
, no improvement. Thanks anyway.
â Masroor
Apr 15 '17 at 7:27
add a comment |Â
up vote
6
down vote
favorite
up vote
6
down vote
favorite
I upgraded one of my machines to Ubuntu 17.04. May be it is related, may be it is not, but for this machine, Avro Bengali keyboard switched to Malay (Jawi) after upgrade.
My other two machines, running Ubuntu 16.04 are working fine.
Please see these self explanatory screenshots.
I tried removing and re-adding the keyboard, uninstalling and reinstalling the keyboard without any avail.
Whenever, I switch to Avro keyboard, I get texts in Arabic.
keyboard keyboard-layout ibus-avro
I upgraded one of my machines to Ubuntu 17.04. May be it is related, may be it is not, but for this machine, Avro Bengali keyboard switched to Malay (Jawi) after upgrade.
My other two machines, running Ubuntu 16.04 are working fine.
Please see these self explanatory screenshots.
I tried removing and re-adding the keyboard, uninstalling and reinstalling the keyboard without any avail.
Whenever, I switch to Avro keyboard, I get texts in Arabic.
keyboard keyboard-layout ibus-avro
keyboard keyboard-layout ibus-avro
edited Apr 14 '17 at 16:11
asked Apr 12 '17 at 13:02
![](https://i.stack.imgur.com/20oTq.jpg?s=32&g=1)
![](https://i.stack.imgur.com/20oTq.jpg?s=32&g=1)
Masroor
1,57631941
1,57631941
I installed the thing on my 16.10, and I don't get a keyboard layout chart at all... One thing you may want to do is to install theibus-m17n
package and try the Bengali options provided by that package.
â Gunnar Hjalmarsson
Apr 12 '17 at 14:16
1
Same issue. It was working on 16.10 but not working on 17.04
â Pavak Paul
Apr 14 '17 at 13:09
@GunnarHjalmarsson I installedibus-m17n
, no improvement. Thanks anyway.
â Masroor
Apr 15 '17 at 7:27
add a comment |Â
I installed the thing on my 16.10, and I don't get a keyboard layout chart at all... One thing you may want to do is to install theibus-m17n
package and try the Bengali options provided by that package.
â Gunnar Hjalmarsson
Apr 12 '17 at 14:16
1
Same issue. It was working on 16.10 but not working on 17.04
â Pavak Paul
Apr 14 '17 at 13:09
@GunnarHjalmarsson I installedibus-m17n
, no improvement. Thanks anyway.
â Masroor
Apr 15 '17 at 7:27
I installed the thing on my 16.10, and I don't get a keyboard layout chart at all... One thing you may want to do is to install the
ibus-m17n
package and try the Bengali options provided by that package.â Gunnar Hjalmarsson
Apr 12 '17 at 14:16
I installed the thing on my 16.10, and I don't get a keyboard layout chart at all... One thing you may want to do is to install the
ibus-m17n
package and try the Bengali options provided by that package.â Gunnar Hjalmarsson
Apr 12 '17 at 14:16
1
1
Same issue. It was working on 16.10 but not working on 17.04
â Pavak Paul
Apr 14 '17 at 13:09
Same issue. It was working on 16.10 but not working on 17.04
â Pavak Paul
Apr 14 '17 at 13:09
@GunnarHjalmarsson I installed
ibus-m17n
, no improvement. Thanks anyway.â Masroor
Apr 15 '17 at 7:27
@GunnarHjalmarsson I installed
ibus-m17n
, no improvement. Thanks anyway.â Masroor
Apr 15 '17 at 7:27
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
4
down vote
accepted
This seems to happen because of the new XKB symbols file bn
which was created as a fix of this bug. As far as I can tell that file is redundant, since the name of the layout - Malay (Jawi) - is already present in the symbols file my
. Currently there are two entries named Malay (Jawi) in the list of input sources.
Anyway, removing or renaming the bn
symbols file seems to fix this issue.
cd /usr/share/X11/xkb/symbols
sudo mv bn bn.bak
Edit:
I filed this bug, which has been accepted and will affect version 2.21 of xkb-data
.
Edit II:
The issue is also about to be fixed in v2 of ibus-avro
.
Edit III:
It seems moving the file make wayland session on latest Ubuntu inaccessible. Also the developers of ibus-avro suggested another workaround which fixes the issue without interfering with wayland session. This is documented here
In short, you need to edit the file at /usr/share/ibus/component/ibus-avro.xml
sudo vim /usr/share/ibus/component/ibus-avro.xml
On line 20, change
<layout>bn</layout>
to
<layout>us</layout>
Save the file and restart your session.
1
That fixed it. Who could of imagined such a reason? Thanks a lot.
â Masroor
Apr 17 '17 at 6:17
I think I've found a similar bug, mine switches to Arabic instead of Malay. If I move the symbol, then Gnome wayland session breaks. So, I searched and found the fix here on avro's git repo. It fixed the problem nicely!
â Anwar
Jul 13 '17 at 6:54
1
@Anwar: Malay (Jawi) is written using an Arabic script, so it's most likely the same issue. Thanks for letting us know that it's about to be fixed inibus-avro
.
â Gunnar Hjalmarsson
Jul 13 '17 at 14:47
You may want to include that information into the answer.
â Anwar
Jul 13 '17 at 14:51
1
@Anwar: Please feel free to edit the answer in that direction. You are using the thing, after all. ;) (Hopefully the problem will go away in 18.04 with an update ofxkb-data
.)
â Gunnar Hjalmarsson
Dec 11 '17 at 14:39
 |Â
show 2 more comments
up vote
0
down vote
This does solve the problem: https://github.com/sarim/ibus-avro
You can try out my script which automatically fetches everything and installs avro for you. Just download or clone my repository: https://github.com/pavakpaul/ibus-avro-installer-for-ubuntu and execute install-ibus-avro-for-ubuntu-wily.sh
add a comment |Â
protected by Community⦠Oct 24 '17 at 0:52
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
accepted
This seems to happen because of the new XKB symbols file bn
which was created as a fix of this bug. As far as I can tell that file is redundant, since the name of the layout - Malay (Jawi) - is already present in the symbols file my
. Currently there are two entries named Malay (Jawi) in the list of input sources.
Anyway, removing or renaming the bn
symbols file seems to fix this issue.
cd /usr/share/X11/xkb/symbols
sudo mv bn bn.bak
Edit:
I filed this bug, which has been accepted and will affect version 2.21 of xkb-data
.
Edit II:
The issue is also about to be fixed in v2 of ibus-avro
.
Edit III:
It seems moving the file make wayland session on latest Ubuntu inaccessible. Also the developers of ibus-avro suggested another workaround which fixes the issue without interfering with wayland session. This is documented here
In short, you need to edit the file at /usr/share/ibus/component/ibus-avro.xml
sudo vim /usr/share/ibus/component/ibus-avro.xml
On line 20, change
<layout>bn</layout>
to
<layout>us</layout>
Save the file and restart your session.
1
That fixed it. Who could of imagined such a reason? Thanks a lot.
â Masroor
Apr 17 '17 at 6:17
I think I've found a similar bug, mine switches to Arabic instead of Malay. If I move the symbol, then Gnome wayland session breaks. So, I searched and found the fix here on avro's git repo. It fixed the problem nicely!
â Anwar
Jul 13 '17 at 6:54
1
@Anwar: Malay (Jawi) is written using an Arabic script, so it's most likely the same issue. Thanks for letting us know that it's about to be fixed inibus-avro
.
â Gunnar Hjalmarsson
Jul 13 '17 at 14:47
You may want to include that information into the answer.
â Anwar
Jul 13 '17 at 14:51
1
@Anwar: Please feel free to edit the answer in that direction. You are using the thing, after all. ;) (Hopefully the problem will go away in 18.04 with an update ofxkb-data
.)
â Gunnar Hjalmarsson
Dec 11 '17 at 14:39
 |Â
show 2 more comments
up vote
4
down vote
accepted
This seems to happen because of the new XKB symbols file bn
which was created as a fix of this bug. As far as I can tell that file is redundant, since the name of the layout - Malay (Jawi) - is already present in the symbols file my
. Currently there are two entries named Malay (Jawi) in the list of input sources.
Anyway, removing or renaming the bn
symbols file seems to fix this issue.
cd /usr/share/X11/xkb/symbols
sudo mv bn bn.bak
Edit:
I filed this bug, which has been accepted and will affect version 2.21 of xkb-data
.
Edit II:
The issue is also about to be fixed in v2 of ibus-avro
.
Edit III:
It seems moving the file make wayland session on latest Ubuntu inaccessible. Also the developers of ibus-avro suggested another workaround which fixes the issue without interfering with wayland session. This is documented here
In short, you need to edit the file at /usr/share/ibus/component/ibus-avro.xml
sudo vim /usr/share/ibus/component/ibus-avro.xml
On line 20, change
<layout>bn</layout>
to
<layout>us</layout>
Save the file and restart your session.
1
That fixed it. Who could of imagined such a reason? Thanks a lot.
â Masroor
Apr 17 '17 at 6:17
I think I've found a similar bug, mine switches to Arabic instead of Malay. If I move the symbol, then Gnome wayland session breaks. So, I searched and found the fix here on avro's git repo. It fixed the problem nicely!
â Anwar
Jul 13 '17 at 6:54
1
@Anwar: Malay (Jawi) is written using an Arabic script, so it's most likely the same issue. Thanks for letting us know that it's about to be fixed inibus-avro
.
â Gunnar Hjalmarsson
Jul 13 '17 at 14:47
You may want to include that information into the answer.
â Anwar
Jul 13 '17 at 14:51
1
@Anwar: Please feel free to edit the answer in that direction. You are using the thing, after all. ;) (Hopefully the problem will go away in 18.04 with an update ofxkb-data
.)
â Gunnar Hjalmarsson
Dec 11 '17 at 14:39
 |Â
show 2 more comments
up vote
4
down vote
accepted
up vote
4
down vote
accepted
This seems to happen because of the new XKB symbols file bn
which was created as a fix of this bug. As far as I can tell that file is redundant, since the name of the layout - Malay (Jawi) - is already present in the symbols file my
. Currently there are two entries named Malay (Jawi) in the list of input sources.
Anyway, removing or renaming the bn
symbols file seems to fix this issue.
cd /usr/share/X11/xkb/symbols
sudo mv bn bn.bak
Edit:
I filed this bug, which has been accepted and will affect version 2.21 of xkb-data
.
Edit II:
The issue is also about to be fixed in v2 of ibus-avro
.
Edit III:
It seems moving the file make wayland session on latest Ubuntu inaccessible. Also the developers of ibus-avro suggested another workaround which fixes the issue without interfering with wayland session. This is documented here
In short, you need to edit the file at /usr/share/ibus/component/ibus-avro.xml
sudo vim /usr/share/ibus/component/ibus-avro.xml
On line 20, change
<layout>bn</layout>
to
<layout>us</layout>
Save the file and restart your session.
This seems to happen because of the new XKB symbols file bn
which was created as a fix of this bug. As far as I can tell that file is redundant, since the name of the layout - Malay (Jawi) - is already present in the symbols file my
. Currently there are two entries named Malay (Jawi) in the list of input sources.
Anyway, removing or renaming the bn
symbols file seems to fix this issue.
cd /usr/share/X11/xkb/symbols
sudo mv bn bn.bak
Edit:
I filed this bug, which has been accepted and will affect version 2.21 of xkb-data
.
Edit II:
The issue is also about to be fixed in v2 of ibus-avro
.
Edit III:
It seems moving the file make wayland session on latest Ubuntu inaccessible. Also the developers of ibus-avro suggested another workaround which fixes the issue without interfering with wayland session. This is documented here
In short, you need to edit the file at /usr/share/ibus/component/ibus-avro.xml
sudo vim /usr/share/ibus/component/ibus-avro.xml
On line 20, change
<layout>bn</layout>
to
<layout>us</layout>
Save the file and restart your session.
edited Dec 11 '17 at 17:03
Anwar
54.5k20143248
54.5k20143248
answered Apr 15 '17 at 19:13
![](https://i.stack.imgur.com/aZsF6.jpg?s=32&g=1)
![](https://i.stack.imgur.com/aZsF6.jpg?s=32&g=1)
Gunnar Hjalmarsson
17.9k23059
17.9k23059
1
That fixed it. Who could of imagined such a reason? Thanks a lot.
â Masroor
Apr 17 '17 at 6:17
I think I've found a similar bug, mine switches to Arabic instead of Malay. If I move the symbol, then Gnome wayland session breaks. So, I searched and found the fix here on avro's git repo. It fixed the problem nicely!
â Anwar
Jul 13 '17 at 6:54
1
@Anwar: Malay (Jawi) is written using an Arabic script, so it's most likely the same issue. Thanks for letting us know that it's about to be fixed inibus-avro
.
â Gunnar Hjalmarsson
Jul 13 '17 at 14:47
You may want to include that information into the answer.
â Anwar
Jul 13 '17 at 14:51
1
@Anwar: Please feel free to edit the answer in that direction. You are using the thing, after all. ;) (Hopefully the problem will go away in 18.04 with an update ofxkb-data
.)
â Gunnar Hjalmarsson
Dec 11 '17 at 14:39
 |Â
show 2 more comments
1
That fixed it. Who could of imagined such a reason? Thanks a lot.
â Masroor
Apr 17 '17 at 6:17
I think I've found a similar bug, mine switches to Arabic instead of Malay. If I move the symbol, then Gnome wayland session breaks. So, I searched and found the fix here on avro's git repo. It fixed the problem nicely!
â Anwar
Jul 13 '17 at 6:54
1
@Anwar: Malay (Jawi) is written using an Arabic script, so it's most likely the same issue. Thanks for letting us know that it's about to be fixed inibus-avro
.
â Gunnar Hjalmarsson
Jul 13 '17 at 14:47
You may want to include that information into the answer.
â Anwar
Jul 13 '17 at 14:51
1
@Anwar: Please feel free to edit the answer in that direction. You are using the thing, after all. ;) (Hopefully the problem will go away in 18.04 with an update ofxkb-data
.)
â Gunnar Hjalmarsson
Dec 11 '17 at 14:39
1
1
That fixed it. Who could of imagined such a reason? Thanks a lot.
â Masroor
Apr 17 '17 at 6:17
That fixed it. Who could of imagined such a reason? Thanks a lot.
â Masroor
Apr 17 '17 at 6:17
I think I've found a similar bug, mine switches to Arabic instead of Malay. If I move the symbol, then Gnome wayland session breaks. So, I searched and found the fix here on avro's git repo. It fixed the problem nicely!
â Anwar
Jul 13 '17 at 6:54
I think I've found a similar bug, mine switches to Arabic instead of Malay. If I move the symbol, then Gnome wayland session breaks. So, I searched and found the fix here on avro's git repo. It fixed the problem nicely!
â Anwar
Jul 13 '17 at 6:54
1
1
@Anwar: Malay (Jawi) is written using an Arabic script, so it's most likely the same issue. Thanks for letting us know that it's about to be fixed in
ibus-avro
.â Gunnar Hjalmarsson
Jul 13 '17 at 14:47
@Anwar: Malay (Jawi) is written using an Arabic script, so it's most likely the same issue. Thanks for letting us know that it's about to be fixed in
ibus-avro
.â Gunnar Hjalmarsson
Jul 13 '17 at 14:47
You may want to include that information into the answer.
â Anwar
Jul 13 '17 at 14:51
You may want to include that information into the answer.
â Anwar
Jul 13 '17 at 14:51
1
1
@Anwar: Please feel free to edit the answer in that direction. You are using the thing, after all. ;) (Hopefully the problem will go away in 18.04 with an update of
xkb-data
.)â Gunnar Hjalmarsson
Dec 11 '17 at 14:39
@Anwar: Please feel free to edit the answer in that direction. You are using the thing, after all. ;) (Hopefully the problem will go away in 18.04 with an update of
xkb-data
.)â Gunnar Hjalmarsson
Dec 11 '17 at 14:39
 |Â
show 2 more comments
up vote
0
down vote
This does solve the problem: https://github.com/sarim/ibus-avro
You can try out my script which automatically fetches everything and installs avro for you. Just download or clone my repository: https://github.com/pavakpaul/ibus-avro-installer-for-ubuntu and execute install-ibus-avro-for-ubuntu-wily.sh
add a comment |Â
up vote
0
down vote
This does solve the problem: https://github.com/sarim/ibus-avro
You can try out my script which automatically fetches everything and installs avro for you. Just download or clone my repository: https://github.com/pavakpaul/ibus-avro-installer-for-ubuntu and execute install-ibus-avro-for-ubuntu-wily.sh
add a comment |Â
up vote
0
down vote
up vote
0
down vote
This does solve the problem: https://github.com/sarim/ibus-avro
You can try out my script which automatically fetches everything and installs avro for you. Just download or clone my repository: https://github.com/pavakpaul/ibus-avro-installer-for-ubuntu and execute install-ibus-avro-for-ubuntu-wily.sh
This does solve the problem: https://github.com/sarim/ibus-avro
You can try out my script which automatically fetches everything and installs avro for you. Just download or clone my repository: https://github.com/pavakpaul/ibus-avro-installer-for-ubuntu and execute install-ibus-avro-for-ubuntu-wily.sh
answered Apr 27 '17 at 9:37
![](https://i.stack.imgur.com/kB9hH.png?s=32&g=1)
![](https://i.stack.imgur.com/kB9hH.png?s=32&g=1)
Pavak Paul
85711026
85711026
add a comment |Â
add a comment |Â
protected by Community⦠Oct 24 '17 at 0:52
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
I installed the thing on my 16.10, and I don't get a keyboard layout chart at all... One thing you may want to do is to install the
ibus-m17n
package and try the Bengali options provided by that package.â Gunnar Hjalmarsson
Apr 12 '17 at 14:16
1
Same issue. It was working on 16.10 but not working on 17.04
â Pavak Paul
Apr 14 '17 at 13:09
@GunnarHjalmarsson I installed
ibus-m17n
, no improvement. Thanks anyway.â Masroor
Apr 15 '17 at 7:27