以下是一個在 debian 11 下基於 fcitx5 製作的碼表輸入法 (前提已安裝 fcitx5-table) 1. 安裝 libime_tabledict 2. 下載想要的碼表 (.txt) https://github.com/fcitx/fcitx5-table-extra/tree/master/tables 3. 對下載回來的 .txt 碼表內容進行修改以符合自己的使用需要(比如增補詞匯) 4. 然後將 .txt 碼表 compile 成字典(eg. cantonese.main.dict) 5. 把編譯後的字典 .dict 拷貝到 fcitx5 的 table 目錄中 6. 下載配置檔 (.conf.in) https://github.com/fcitx/fcitx5-table-extra/tree/master/tables 7. 用文字編輯器打開 cantonese.conf.in 并修改以下內容 8. 修改後保存并拷貝到 […]
Category: 樹莓派
Fixing Glitching UI and Video Playback of Vivaldi on Raspberry Pi
The video playback problem used to bother me a lot, it happens whenever an version update occurs, such as 7.0 to 7.1. Since the pre-installed chromium browser on raspberry pi os has no problem playing html5 video, so i think the existing shared object […]
樹莓派安裝Shutter(Bullseye)
1. 由於 Shutter 在 Bullseye Backports 軟件倉庫裡,因此需要首先加入安裝源 2. 在 sources.list 添加這行 3. 保存後更新 4. shutter 需要新版本的 libgtk3-imageview-perl (>=10) 依賴包 5. 安裝 shutter 6. 查看 shutter 是否安裝成功