Em 22-11-2020 00:06, Ming escreveu:
On Sat, Nov 21, 2020 at 08:10:08PM -0300, Markos wrote:
[...]
Hi Ming,
That's right, I think I need to choose an "input method".
I'm gradually understanding what I need.
I found a tutorial that explains what the input methods are.
http://xahlee.info/kbd/chinese_input_methods.html
From what I've seen the most popular method is "pinyin".
I installed:
apt-get install fonts-arphic-bkai00mp
apt-get install fonts-arphic-bsmi00lp
apt-get install fonts-arphic-gbsn00lp
apt-get install fonts-arphic-gkai00mp
apt-get install fonts-arphic-ukai
apt-get install fonts-arphic-uming
and
apt-get install ibus-pinyin
Please, what I should do now?
Since I am not currently using a debian system with GUI, I may not be
able to guide you in detail.
But in most cases, you just need to find the ibus settings/system
languages setting (with GUI), add an input method, and finally logout
and re-login. Then you can use shortcut keys or click the input method
icon in status bar to switch input methods.
I find some tutorials in Debian Wiki that might can help you:
https://wiki.debian.org/InputMethodBuster
https://wiki.debian.org/I18n/ibus
And this Arch Wiki may also be used for reference:
https://wiki.archlinux.org/index.php/IBus
In addition, I noticed that ibus-pinyin is deprecated, you may
need change to ibus-libpinyin.
Hi Ming,
I followed your tips:
In the Preferences menu -> ibus preferences -> Input method -> Add, then
I selected Chinese and Pinyin.
And to insert ideograms I just activate Chinese - Pinyin in systray
(bottom right of desktop)
http://www.c2o.pro.br/download/Linux/Chinese/ibus_prefences_add_pinyin.png
http://www.c2o.pro.br/download/Linux/Chinese/ibus_preferences.png
http://www.c2o.pro.br/download/Linux/Chinese/select_input_method_at_systray.png
Then I saw your tip for replacing ibus-pinyin by ibus-libpinyin.
I was in doubt if I should remove the ibus-pinyin first so as not to
conflict, but I found at
https://askubuntu.com/questions/502811/why-my-ibus-input-cant-type-que-or-qve-in-chinese
the tip for just install
apt-get install ibus-libpinyin
and change the input method but not removing any packages.
Thank you, 谢谢
Markos