Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. # How to setup/write in Bangla/Bengali in KDE using unijoy layout.
  2.  
  3.  
  4. This instruction was tested on Manjaro 17 KDE, which had Plasma 5.9.3,
  5. Qt 5.8.0, KDE Frameworks 5.31.0.
  6.  
  7. Open a terminal and run:
  8. ```
  9. sudo pacman -S ibus ibus-qt ibus-m17n m17n-db
  10. ```
  11.  
  12.  
  13. Run:
  14. ```
  15. qtconfig-qt4
  16. ```
  17. In Interface > Default Input Method, select ibus instead of xim.
  18.  
  19.  
  20. Run:
  21. ```
  22. ibus-daemon --xim -drx --desktop=kde
  23. ```
  24.  
  25. Right click icon from tray - Preference, and setup as usual.
  26. Setup Keyboard Shortcut to your liking.
  27. Go to Input Method tab, click Add, click 3-dotted button,
  28. choose "Bengali", then "unijoy (m17n)"
  29.  
  30.  
  31. Add in `~/.bashrc`:
  32. ```
  33. export XMODIFIERS=@im=ibus
  34. ```
  35.  
  36.  
  37. Add in `~/.xprofile`:
  38. ```
  39. # ibus
  40. export GTK_IM_MODULE=ibus
  41. export XMODIFIERS=@im=ibus
  42. export QT_IM_MODULE=ibus
  43. # libreoffice
  44. export OOO_FORCE_DESKTOP="gnome"
  45. #
  46. ibus-daemon --xim -drx --desktop=kde
  47. ```
  48.  
  49.  
  50. After all this, restart your pc and open any app,
  51. try the ibus Keyboard Shortcut and type Bangla! (Mine is Super/Win key+Space by default)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement