junxnone / linux

Linux wiki
https://junxnone.github.io/linux/
0 stars 0 forks source link

Ubuntu InstallGooglePinyin #90

Open junxnone opened 5 years ago

junxnone commented 5 years ago

Install Goolge Pinyin

Reference

Ubuntu 20.04

Steps Commands
1 sudo apt install -y fcitx
2 im-config
选择 fcitx
3 Logout and Login(or reboot OS)
4 sudo apt install -y fcitx-googlepinyin
5 fcitx-config-gtk3
6 +
7 unselect Only show current language
8 search google pinyin & add
9 Ctrl + Space 切换输入法

Ubuntu 18.04

Install

sudo apt install -y fcitx-bin
sudo apt install -y fcitx-googlepinyin

Setup

Settings -> Region & Language -> Manage Installed Languages
-> Install/Remove Languages [ select Chinese (simplified) / Chinese (traditional) ]
-> Keyboard input method system [select fcitx]
-> Apply System wide
-> logout and login(or restart the OS) -> Fcitx Config Tool
-> +
-> unselect Only show current language
-> search google pinyin & add

现在可以愉快的输入中文了

gamesover commented 4 years ago

excellent, may I ask how to toggle the langguage bar to show in the middle of below picture? Screenshot_from_2020-04-04_20-59-52

junxnone commented 4 years ago

Input Method Configuration -> Appearnce -> Status Panel Hide mode --> Show

image

gamesover commented 4 years ago

@junxnone it works perfectly. Thanks so much!

ymd-ponyai commented 2 years ago

reboot OS is unnecessary, you can just log out and log in.

junxnone commented 2 years ago

You are right, thanks.