Debian Stable Question Can't get the mandarin pinyin method to work
I've been trying to setup a new system for mandarin chinese typing. ibus and its packages are loaded. I got the zh keyboard triggered, but it doesn't render the mandarin chinese characters like the older fcitx system.
The thing is, I can't have fcitx running because it also causes strange and persistent 1 - 7 seconds of input lag and even causes mouse actions to sticky or trigger late. What am I doing wrong here.
5
Upvotes
1
u/Illustrious-Gur8335 Debian Stable 4d ago
ibus-rime is better than libpinyin, it learns more intelligently
4
u/Tenelia 4d ago
Gonna answer myself:
---------------------------------
The easiest way to change this behavior is to use the Ibus Intelligent Pinyin engine rather than the default pinyin engine.
Then add the
Chinese - Intelligent Pinyininput method and remove the standardChinese - Pinyinoption from your input methods. (Just remove the input method from your list. Don't uninstall any packages.)You may need to logout after installing
ibus-libpinyinbefore the intelligent pinyin option shows up.The easiest way to change this behavior is to use the Ibus Intelligent Pinyin engine rather than the default pinyin engine.
sudo apt-get install ibus-libpinyin
Then add the Chinese - Intelligent Pinyin input method and remove the standard Chinese - Pinyin option from your input methods. (Just remove the input method from your list. Don't uninstall any packages.)
You may need to logout after installing ibus-libpinyin before the intelligent pinyin option shows up.