OpenBangla / OpenBangla-Keyboard

An OpenSource, Unicode compliant Bengali Input Method
http://openbangla.github.io/
GNU General Public License v3.0
470 stars 74 forks source link

I'm trying to run this software in asahi fedora remix on my macbook m1 air. it's not running #357

Closed Ashir-Abrar closed 10 months ago

Ashir-Abrar commented 11 months ago

could you make this usable under asahi?

ghost commented 11 months ago

I think you would have to compile it from source.

Ashir-Abrar commented 11 months ago

I'm new to linux and using fedora and kde desktop. please guide me how to do that

Ashir-Abrar commented 11 months ago

besides the latest support for fedora for this app is fedora38 but I am running fedora 39. would it still work?

mominul commented 11 months ago

You have to compile OpenBangla Keyboard by following these commands:

sudo dnf -y update
sudo dnf -y install @buildsys-build rust cargo cmake qt5-qtdeclarative-devel libzstd-devel fcitx5 fcitx5-devel ninja-build
git clone --recursive https://github.com/OpenBangla/OpenBangla-Keyboard.git
cd OpenBangla-Keyboard
git checkout develop
git submodule update
mkdir build
cmake -Bbuild -DENABLE_FCITX=ON
ninja -C build
sudo ninja install -C build

After that, you have to follow the instructions from step 2 of this page

ghost commented 11 months ago

@Ashir-Abrar I must also warn you, in Fedora KDE 39 on Wayland with KDE Plasma 5.27.9 I recently encountered a bug where despite installing fcitx and openbangla properly, Fcitx won't show up under the "Virtual Keyboards" section of KDE Settings Keyboard menu, preventing me from using OBK, this has forced me to return back to GNOME, although I donot know if it has been fixed after that or not.

I had it working perfectly fine on KDE Plasma 5.27.8 but the .9 point release broke it for me, it is very much unlikely to be an OBK issue and more like a KDE issue.

Also kinda offtopic but I recommend you stick with GNOME for sometime as a newcomer to Linux, as KDE is notorious for being buggy and glitchy.

asifakonjee commented 11 months ago

@larina3315... I am using KDE Plasma 5.27.9 in Void Linux and fcitx5 & OpenBangla Keyboard just works fine in wayland session. I think it is more of a Fedora 39 issue rather than KDE Plasma.

ghost commented 11 months ago

@larina3315... I am using KDE Plasma 5.27.9 in Void Linux and fcitx5 & OpenBangla Keyboard just works fine in wayland session. I think it is more of a Fedora 39 issue rather than KDE Plasma.

thank you for informing me about this, I always did find Fedora's KDE spins to be moderate in quality but didn't expect this level of breakage.

mominul commented 10 months ago

Please feel free to comment if you have anything to add, for now, I am closing this issue.