To install Chinese Pinyin input on Ubuntu, you'll first install the ibus-pinyin
package, then configure it within the Settings app. After
installing the necessary packages and logging out and back in, you can
add the Chinese Pinyin input source in the Region & Language
settings.
Here's a more detailed breakdown:
1. Install ibus-pinyin
:
- Open a terminal (Ctrl+Alt+T).
- Run
sudo apt install ibus-pinyin
. - Restart ibus:
ibus restart
. - Configure ibus:
ibus-setup
.- In the ibus-setup window, click the "Input Method" tab, then "Add".
- Select "Chinese" and then "Pinyin".
- 2. Configure Settings:
- Open the Settings app (type "Settings" in the search bar).
- Go to "Region & Languages".
- Click "Manage Installed Languages".
- Ensure "Keyboard input method system" is set to "ibus".
- Install Chinese, simplified if prompted.
- Log out and back in.
- 3. Add the Input Source:
- Open Settings and go to Keyboard.
- Click "Input Sources" and the "+" button.
- Add the Chinese Pinyin input source.
===================================================
https://askubuntu.com/questions/1408873/ubuntu-22-04-chinese-simplified-pinyin-input-support
- Open Settings, go to
Region & Language
->Manage Installed Languages
->Install / Remove languages
. - Select
Chinese (Simplified)
. Make sureKeyboard Input method system
hasIbus
selected. Apply. - Reboot
- Log back in, reopen Settings, go to
Keyboard
. - Click on the "+" sign under
Input sources
. - Select
Chinese (China)
and thenChinese (Intelligent Pinyin)
.
In newer version of Ubuntu, I seem to have to install ibus-pinyin
$ sudo apt-get install ibus-pinyin
$ ibus restart
No comments:
Post a Comment