新足迹

 找回密码
 注册

精华好帖回顾

· 烂肉炒泡豇豆!!地道四川下饭菜......改良版!!! (2010-1-14) jmms_smmj · 事实胜于雄辩?事实既是雄辩! (2007-7-16) poloand
· 宝宝趣事--小儿国语 (2007-9-29) LUCYANNA · 为正义而战,为完善澳洲公立医疗体制而战-已书面、网上投诉到southern health,下一步是medical board, college of surge (2013-7-15) Lynette
Advertisement
Advertisement
查看: 1318|回复: 1

我希望能夠在我的Raspberry pi樹莓派上寫中文。 [复制链接]

发表于 2022-11-16 12:44 |显示全部楼层
此文章由 sydneycow 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 sydneycow 所有!转贴必须注明作者、出处和本声明,并保持内容完整
我希望能夠在我的Raspberry pi樹莓派上寫中文。

有沒有人可以指導我如何安裝中文輸入法並使其工作?謝謝
Advertisement
Advertisement

发表于 2022-11-16 14:17 |显示全部楼层
此文章由 差生文具多 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 差生文具多 所有!转贴必须注明作者、出处和本声明,并保持内容完整
Google found:
=== Chinese Input ===

1. Add Chinese locale (in my case 'zh_CN.UTF-8') via:

sudo dpkg-reconfigure locales

Select and install: zh_CN.UTF-8 UTF-8

2. Install Chinese fonts:

sudo apt-get install \
fonts-arphic-bkai00mp \
fonts-arphic-bsmi00lp \
fonts-arphic-gbsn00lp \
fonts-arphic-gkai00mp \
xfonts-intl-chinese \
xfonts-intl-chinese-big

3. Install fcitx and fcitx-libpinyin:

sudo apt-get install \
fcitx \
fcitx-libpinyin

4. Open the Input Method Configuration

Either from the command line:

sudo im-config

or via the main menu:

Raspberry Pi Menu > Preferences > Input Method

- First screen:
Current confituration for the input method...
click [OK]

- Second screen:
Do you explicetly select the user configuration?
click [YES]

- Third screen:
Select: (*) fcitx activate Flexible Input Method Framework (fcitx) @
click [OK]

5. Reboot

There should be a small keyboard icon on the right side of the panel.

- right click on the keyboard icon
and choose either 'Configure current input method' or 'Configure'
- click the '+' symbol on the lower left of the window popping up
- Uncheck 'Only Show Current Language' in the window popping up
- Enter the term 'pinyin' in the search field
- select the field 'Pinyin (LibPinyin)' and click [OK]
- close the window

Now it should be possible to select the input method
'Pinyin (LibPinyin)' from the keyboard icon in the panel:

- right click on the keyboard icon
- hover over 'input method'
- and select 'Pinyin (LibPinyin)'

The input method now can be toggled between English and Chinese using
the key combination 'ctrl-space'...

评分

参与人数 1积分 +3 收起 理由
sydneycow + 3 你太有才了

查看全部评分

发表回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Advertisement
Advertisement
返回顶部