Installing and making ibus work.
Tofloor
poster avatar
SiamSami
deepin
2018-07-30 08:47
Author
By default, ibus doesn't on deepin. Here's what you have to do to make it working,

1) Run "sudo apt install ibus dconf-editor"

2) Then run "im-config -a"

3) Then a window should appear. Select ibus from that window.

4) Then open dconf-editor.

5) From dconf editor go to desktop->ibus->general and toggle "enable-by-default" to true.

6) Install some fonts for the ibus language.

7) Reboot.

After doing these things, ibus should be working perfectly without any problem.


Reply Favorite View the author
All Replies
chenzhiwei
deepin
2018-10-11 06:59
#1
The new process are:

1. install ibus and im-config

sudo apt install ibus ibus-gtk ibus-gtk3 ibus-qt1 ibus-qt4 ibus-pinyin im-config

2 remove redundant ibus files

sudo rm -f /usr/share/im-config/data/23_ibus.*

3. logout and login, ibus should work now
Reply View the author
Comments
idbc
2018-10-20 02:54
Thank you BETTER man!
idbc
deepin
2018-10-20 03:09
#2
Have tried with Anthy and it works well. But still doesn't work with Mozc.
Reply View the author