-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated commit on 2024-06-30 01:42:27 CST
- Loading branch information
1 parent
6d151b0
commit e118eb4
Showing
10 changed files
with
96 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
title: "Install FCITX Input Method on LMDE" | ||
date: 2024-03-05T15:34:12+08:00 | ||
draft: false | ||
author: "King Tam" | ||
summary: "Install FCITX Input Method on LMDE" | ||
showToc: true | ||
categories: | ||
- Linux | ||
tags: | ||
- Input | ||
- Cangjie | ||
ShowLastMod: true | ||
cover: | ||
image: "img/input/Cover.jpg" | ||
--- | ||
|
||
|
||
### Introduction: | ||
|
||
> I would like to install a traditional Chinese input method on Linux (LMDE), and Cangjie input method is the better option for me in HK. | ||
|
||
|
||
### Steps To Follow: | ||
|
||
Click the LM logo and select `Preferences` | ||
|
||
![Input_2024-03-04_153911](/img/input/Input_2024-03-04_153911.png) | ||
|
||
Double click the `Input Method` icon | ||
|
||
![Input_11-15-22](/img/input/Input_11-15-22.png) | ||
|
||
|
||
|
||
On the left-hand side, select '`Traditional Chinese`' and click on '`Install the language support packages`.' Then choose '`Fcitx`' as the <u>input method framework</u>. | ||
|
||
![Input_11-16-49](/img/input/Input_11-16-49.png) | ||
|
||
Open the Terminal and run the following commands: | ||
|
||
~~~bash | ||
sudo apt update && sudo apt install fcitx-table-cangjie* -y | ||
~~~ | ||
|
||
![Input_11-17-45](/img/input/Input_11-17-45.png) | ||
|
||
Now, the Cangjie* input method has been added in the Input Method Configuration. | ||
|
||
![Input_11-19-02](/img/input/Input_11-19-02.png) | ||
|
||
Test working well, Done. | ||
|
||
![Input_11-22-19](/img/input/Input_11-22-19.png) | ||
|
||
### Conclusion: | ||
|
||
> Cangjie or Quick input method is a good traditional Chinese typing tool in Hong Kong, and it is my preferred choice. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.