[FIXED] fcitx5 shows "OpenBangla Keyboard (not available)" #416
BandhanPramanik
started this conversation in
Show and tell
Replies: 1 comment
-
|
Similar: #403 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This issue happens because fcitx5 and fcitx are two different versions.
Here, we will be dealing with 3 directories/files in particular:
openbangla.sois located (Go to "OpenBangla-Keyboard" directory and enterfind -name "openbangla.so", or simply, recursively search foropenbangla.so. Go there, then copy the path.)fcitx5-diagnose | less, wait for a while, then and write "/addon" and press Enter)/usr/lib64/fcitx5)In my case, the directories were like
OpenBangla-Keyboard/build/src/engine/fcitx,/usr/share/fcitx5/addon,/usr/lib64/fcitx5respectively.This is the Bash script I've made to make the installation process easier. This script is only guaranteed to work if you have installed fcitx5 using your package manager.
If you save it as
openbanglafcitx5random.sh, then enter:Please enter the full directories while you're providing input.
Note: This is more of a temporary bash script until the maintainers develop a fix for this.
Beta Was this translation helpful? Give feedback.
All reactions