顯示具有 fcitx 標籤的文章。 顯示所有文章
顯示具有 fcitx 標籤的文章。 顯示所有文章

2022年12月31日 星期六

fcitx5 rime 耶魯粵語拼音

輸入法設定檔案

$ vi ~/.local/share/fcitx5/rime/default.custom.yaml

patch:
  schema_list:
    - schema: yale    # 耶魯粵語拼音
    - schema: luna_pinyin_tw       # 朙月拼音 臺灣正體模式

字音檔

# cp yale.schema.yaml /usr/share/rime-data/

2015年8月26日 星期三

RIME 中州韻 自製碼表

$ cd ~/.config/fcitx/rime
or
# cd /usr/share/rime-data/

* 方案為輸入法碼表的意思
$ vi <方案標識>.schema.yaml
$ vi <方案標識>.dict.yaml


按下重新載入按鈕產生新的設定檔




References :
Rime 輸入方案設計書
Schema.yaml 詳解
ZqBXM/README.md at master · ZoomQuiet/ZqBXM

fcitx自製碼表

# cd /usr/share/fcitx/table

# cp cantonhk.conf cantonhkyale.conf
# vi cantonhkyale.conf

# mb2txt cantonhk.mb > cantonhk.txt
# cp cantonhk.txt cantonyale.txt
# vi cantonyale.txt

# txt2mb cantonyale.txt cantonyale.mb




References :
fcitx下自製碼表工具,mb2txt與txt2mb(倉頡、輕鬆輸入法、五筆篇) [論壇 - Ubuntu 與中文] | Ubuntu 正體中文站 

RIME/中州韻 開啟粵語拼音

# apt-get install fcitx-rime

Rime 預設輸入方案有:朙月拼音★、語句流★、倉頡★、地球拼音、注音、五筆畫、宮保拼音、速成、五筆、雙拼、粵拼、吳語、中古漢語拼音、emoji、國際音標、袖珍簡化字等。
您可立即從方案選單切換到標有★的幾款方案 (Ctrl + `)
粵語輸入需要從設定檔開啟

# apt-get install librime-data-jyutping
$ vi ~/.config/fcitx/rime/default.custom.yaml
patch:
    schema_list:
        - schema: luna_pinyin # 朙月拼音
        - schema: jyutping # 粵拼




References :
lotem/default.custom.yaml

2015年4月30日 星期四

FCITX + libgooglepinyin 簡繁轉換錯誤

fcitx + libgooglepinyin,libgooglepinyin 爲簡體輸入法,fcitx 透過 OpenCC 將簡體字轉繁體,會有一些非繁體中文的常用字
 
debian 目前維護的 OpenCC 版本爲 0.4.3-2,OpenCC 目前最新 release 爲 1.0.2
 
社羣 -> 社群
剛纔 -> 剛才
裏 -> 里 (鄰里)
幹 -> 干 (干擾)




References :
 


2013年11月14日 星期四

Fcitx 德語輸入

ß -> -
ü -> [
ä -> '
ö -> ;






References :
在 Chakra Linux 使用 Fcitx 德文輸入法 - Chakra@中文

Fcitx 單字提示


設定目前輸入法 -> 附加元件 -> 拼寫

設定目前輸入法 -> 附加元件 -> 鍵盤配置

啓用 / 停用:Ctrl + Alt + h
加入目前輸入內容至使用者辭典:Ctrl + Alt + n



* 拼寫提示後端單字順序:presage 輸入預測、custom 使用者字典、enchant 拼字檢查器的字典 (Myspell、Aspell)

# apt-get install myspell-de-de  # 有些要另外安裝字典,例如我要德語的




Reference :
Fcitx 的單字提示功能 - Chakra@中文

2013年10月18日 星期五

編譯安裝 fcitx 輸入法

$ tar xf fcitx-4.2.8.3.tar.xz
$ cd fcitx-4.2.8.3
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/home/yan/fcitx
$ make
# make install







Reference :
14.2. 安装
Index of /fcitx 

編譯安裝 fcitx-googlepinyin

https://github.com/fcitx/fcitx-googlepinyin



$ git clone git@github.com:fcitx/fcitx-googlepinyin.git
$ mkdir build; cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/home/yan/fcitx-googlepinyin
$ export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/home/yan/fcitx/lib/pkgconfig/
$ make
# make install





Reference :
fcitx-googlepinyin/INSTALL at master · fcitx/fcitx-googlepinyin

2012年9月30日 星期日

fcitx 4.2.4.1-6-i386 dbusstuff 連接錯誤


bug :
$ fcitx
[WARN] /build/buildd-fcitx_4.2.4.1-6-i386-AQ5khh/fcitx-4.2.4.1/src/module/dbus/dbusstuff.c:86-連接錯誤(/usr/bin/dbus-launch terminated abnormally without any error message)

solution :
$ vi .xinitrc
export XMODIFIERS=@im=fcitx
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export QT4_IM_MODULE=fcitx
eval `dbus-launch --sh-syntax --exit-with-session`
fcitx &

fcitx 輸入日文

# apt-get install fcitx-mozc

# pkill fcitx

$ fcitx &






Reference :
Chakra@中文: 在 Chakra 上安裝 Mozc 日文輸入法

2012年9月24日 星期一

debian / ubuntu 編譯安裝 fcitx (未完)

fcitx - A Flexible Input Method Framework - Google Project Hosting
wget http://fcitx.googlecode.com/files/fcitx-4.2.6.tar.xz
wget http://fcitx.googlecode.com/files/fcitx-configtool-0.4.5.tar.xz
wget http://fcitx.googlecode.com/files/fcitx-googlepinyin-0.1.6.tar.xz
wget http://fcitx.googlecode.com/files/fcitx-cloudpinyin-0.3.0.tar.xz
wget http://fcitx.googlecode.com/files/fcitx-fbterm-0.2.0.tar.xz
wget http://fcitx.googlecode.com/files/fcitx-4.2.6_dict.tar.xz
wget http://fcitx.googlecode.com/files/table.tar.gz


安裝 fcitx 相依
sudo apt-get install cmake libenchant-dev libxkbfile-dev doxygen libicu-dev

wget http://downloads.sourceforge.net/project/presage/presage/0.8.8/presage-0.8.8.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fpresage%2F&ts=1348505655&use_mirror=nchc
mv presage-0.8.8.tar.gz\?r\=http\:%2F%2Fsourceforge.net%2Fprojects%2Fpresage%2F presage-0.8.8.tar.gz
tar zxf presage-0.8.8.tar.gz
cd presage-0.8.8/
./configure --prefix=/opt/presage
make
make install


安裝 fcitx
xz -d fcitx-4.2.6.tar.xz
tar xf fcitx-4.2.6.tar
cd  fcitx-4.2.6/
mkdir build
cd build/
cmake .. -DCMAKE_INSTALL_PREFIX=/opt/fcitx -DENABLE_DBUS=ON -DENABLE_CAIRO=ON -DENABLE_PANGO=ON -DENABLE_TABLE=ON -DENABLE_GTK2_IM_MODULE=ON -DENABLE_GTK3_IM_MODULE=ON -DENABLE_QT_IM_MODULE=ON  -DENABLE_OPENCC=ON


-- Could NOT find Presage (missing: PRESAGE_LIBRARIES PRESAGE_INCLUDE_DIR PRESAGE_API_COMPATIBLE)

-- Could NOT find Presage  (missing:  PRESAGE_LIBRARIES PRESAGE_INCLUDE_DIR PRESAGE_API_COMPATIBLE)

CMake Error at cmake/FindICU.cmake:72 (MESSAGE):

CMake Error at cmake/FindICU.cmake:72 (MESSAGE):
  Could not find ICU


# apt-get install libicu-dev

2012年9月21日 星期五

debian / ubuntu wmii fcitx 谷歌拼音 GooglePinyin

# apt-get install fcitx fcitx-googlepinyin fcitx-module-cloudpinyin

$ fcitx-config  # 設定

# for wmii (或使用 startx 啓動的 X)
$ vi .xinitrc
#export LC_CTYPE="zh_TW.utf8"
export XMODIFIERS=@im=fcitx                                                                                                  
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
#eval `dbus-launch --sh-syntax --exit-with-session`
fcitx &

# 字體大小設定
# vi /usr/share/fcitx/skin/YOUR_SKIN/fcitx_skin.conf
FontSize=24

快捷鍵:
- 選字框翻上頁
= 選字框翻下頁
Ctrl + Shift + f 簡繁切換


fcitx 輸入法特性:
* 虛擬鍵盤
* 繁簡轉換
* 雲拼音支援


bug:
opencc 轉換變亂碼 (因为 -> 因爲)




Reference :
Fcitx 小企鹅输入法 - Ubuntu中文
fcitx面板和字体大小config了结果还是一样小。。。 - 查看主题 • Ubuntu中文论坛