may i ask about how to install fcitx in Kubuntu ? Thanks,
附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

TOP

本帖最後由 Kin_2012 於 2022-10-5 17:42 編輯
may i ask about how to install fcitx in Kubuntu ? Thanks,
YBM 發表於 2022-10-4 23:33


fcitx  fcitx-frontend-qt5 fcitx-table-xxxxxxx

TOP

You have to first update the repository cache
  1. sudo apt update
複製代碼

TOP

本帖最後由 YBM 於 2022-10-8 23:19 編輯

thanks,  tried but still cant.
https://ibb.co/hmGBmjS
https://ibb.co/646MYdy
https://ibb.co/HrWnpQK

installed fcitx-table-cangjie fcitx-table-cangjie5, still cant found it.
in ubuntu it is simple to active fcitx cangjie. but kubuntu is beautiful and smooth.

TOP

https://file.io/XyMv82s8lD5K

use command:fcitx5-diagnose log file

TOP

本帖最後由 YBM 於 2022-10-16 23:33 編輯

得左 for my self record:

source: https://zhuanlan.zhihu.com/p/508797663

1.
  1. sudo apt install fcitx5 \
  2. fcitx5-chinese-addons \
  3. fcitx5-frontend-gtk3 fcitx5-frontend-gtk2 \
  4. fcitx5-frontend-qt5 kde-config-fcitx5
複製代碼
2.
  1. im-config -n fcitx5
複製代碼
3.
  1. export XMODIFIERS=@im=fcitx
  2. export GTK_IM_MODULE=fcitx
  3. export QT_IM_MODULE=fcitx
複製代碼
4. kde menu > setting >  input method > config > selected fcitx5;
5. kde menu > system >  fcitx5;
system tray  fcitx5 > config;
jump to > regional setting > input method > add "cangjie"   (倉頡)

when input > system tray >  input method > simplified chinese to traditional chinese

TOP

本帖最後由 YBM 於 2022-10-9 22:40 編輯

1 & 1.1  應該可以再combine



附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊

TOP

本帖最後由 pipikeung 於 2022-10-16 11:52 編輯

特意在VirtualBox裝上Kubuntu來檢測Fcitx輸入法﹕





在Kubuntu中裝上fcitx、倉頡5、倉頡3及速成3

sudo apt install fcitx fcitx-table-cangjie5 fcitx-table-cangjie3 fcitx-table-quick3

完成後打開fcitx設定﹕



在openoffic writer中使用「文泉驛」字型以fcitx作為輸法﹕
個人喜好「文泉驛」字體,順手裝上﹕sudo apt-get install fonts-wqy-zenhei



一切都非常順利,無遇到各樓主所述情況,以上是「實戰」所得並不是想當然啊﹗

若真是遇到問題,建議「改衣」不如做過件「新衫」。首先鏟去舊的fcitx輸入法﹕
sudo apt remove fcitx --purge
sudo apt autoclean && sudo apt autoremove

重啟後再重新裝回fcitx,若問題不解決,正是「山不轉人轉」,坊間大把輸入法可用,例如﹕gcin、ibus、scim......

安裝其他輸入法,亦十分容易,如gcin﹕
sudo apt install gcin
便大功告成,可以使用倉頡5、倉頡3、速成....等多種輸入法,不需囿於使用fcitx。

TOP

可參考,有用

TOP

你呢個方法,換成 IBUS 既 POP!OS 又應點做?FCITX 冇咩特別臭虫,基本裝好都用得,但 IBUS 有臭虫,會影響到無法打中文,如果搵到方法,我又會裝返 POP!OS

TOP