Linux is an Operating System. An operating system is software that manages all of the hardware resources associated with your Desktop or Laptop.
Unijoy is input system (keyboard manager), setting the standard for typing Bengali Unicode! It's developed by Ekushey developer team.
It will help any Person, who want to write Bengali Unicode in Linux OS.
- Ubuntu OS
- Internet Connection
- Terminal
- Press
ctrl + alt + t
or search Terminal - Type & press Enter
sudo apt install ibus-m17n m17n-db ibus-gtk m17n-contrib
- Enter root password (root user)
Note: If you get error for m17n-contrib
. Example
package ‘m17n-contrib’ has no installation candidate,
Then type
sudo apt install ibus-m17n m17n-db ibus-gtk
- Check is Unijoy has been installed or not by type
sudo dpkg -L m17n-db | grep unijoy
- If Unijoy is installed, the below message will be shown
/usr/share/m17n/bn-unijoy.mim
/usr/share/m17n/icons/bn-unijoy.png
- Now type and Enter the following command. It’ll run the
ibus daemon
to allow the Unijoy layout to appear in Keyboard settings.
ibus-daemon -xdr
- Search Settings or follow
Show Application > Settings
- Then click Region & Language. For Ubuntu 22.04, Keyboard.
- There you will see
Input & Sources
. - Click the plus
+
button, below English(US). - Click
⋮
or More. For Ubuntu 22.04, Bangladesh && Skip option6
. - Click on Bangla
- Scroll down and select
Bangla (unijoy (m17n))
- Click on right top corner
Add
-
Now you can see
en
on desktop top right corner. If notrestart
your system. -
Press
super/windows + space
to change keyboard layout -
It will show
বা
at same position -
Now you can type Bengali on Linux (Ubuntu)
- শীঘ্রই তোমার রব তোমাকে এত নিয়ামত দিবেন যে, তুমি খুশি হয়ে যাবে (সূরা আদ দুহা : আয়াত ০৫)
- এ দুনিয়ার সাথে আমার কি সম্পর্ক? আমার দৃষ্টান্ত এক অশ্বারোহীর ন্যায়। যে গ্রীষ্মের একদিন বৃক্ষের ছায়ায় আশ্রয় নিয়ে ঈষৎ নিদ্রা গেলো, তারপর কিছুক্ষণ বিশ্রাম নিয়ে সেখান থেকে চলে গেলো। (রসূল (সাঃ))
- কষ্টের উপর ধৈর্যধারণই হলো ঈমান (ইমাম ইবনুল জাওযী রহ.)
- তোমার সাথে আমার মোহাব্বত থাকবে, যদি তুমি ঈমান চাও। যদি বারুদের সুগন্ধি এবং কুরআন কে চাও (আহমদ ফারুক রহ.)
- Ubuntu 16.04 LTS (Xenial Xerus)
- Ubuntu 18.04 LTS (Bionic Beaver)
- Ubuntu 20.04 LTS (Focal Fossa)
- Ubuntu 22.04 LTS (Jammy Jellyfish)
If you want to contribute, you can follow this
- Fork this repository or you can skip
- Clone on your local environment with IDE.
- Makes your changes to code.
- Commit your changes.
- Create a new pull request
- Wait for the pull request to be merged.
Note: If you want to do a major changes than first create an Issue.
This project is licensed under GPL-3.0.