Code Monkey home page Code Monkey logo

fcitx-chewing's People

Contributors

hiroshiyui avatar taylorchu avatar wengxt avatar yuyichao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

fcitx lzh9102

fcitx-chewing's Issues

使用KDE的輸入法面板模式時會出現不協調

詳細情形是輸入一定字數在緩衝區以後想同時輸出英文時,按下Sft(切換成英文)會導致前面的字全部被吃掉,想請問有沒有辦法避開這個狀況?

還有我沒有測試在一般輸入模式下會不會有這個問題
我的系統是Chakra-x64-stable

[問題] 自行編譯 fcitx-chewing 和 libchewing

我想要自行編譯 libchewing 和 fcitx-chewing,
不過我發現編譯、安裝後的輸入法無法打出中文,
想要詢問是否我的安裝流程有問題呢?

系統: 全新灌在 VMware Workstation 12 player 的 lubuntu-14.04.4-desktop-amd64

步驟:
安裝完 &軟體自動更新
sudo apt-get purge ibus-chewing
sudo apt-get autoremove // 移除 libchewing3
sudo apt-get install build-essential libsqlite3-dev cmake git pkg-config
sudo apt-get install fcitx fcitx-libs-dev

libchewing installation

git clone https://github.com/chewing/libchewing.git
cmake . -DCMAKE_INSTALL_PREFIX='/usr'
make
sudo make install

fcitx-chewing install

git clone https://github.com/taylorchu/fcitx-chewing.git
cmake . -DCMAKE_INSTALL_PREFIX='/usr'
make
sudo make install

登出後再登入
sudo ldconfig

輸入法設定裡頭找不到 新酷音 可以新增。

輸入下列兩個指令也可以得到對應的訊息:

ldconfig -p|grep chewing
        libchewing.so.3 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libchewing.so.3
        libchewing.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libchewing.so
 ldd /usr/lib/x86_64-linux-gnu/fcitx/fcitx-chewing.so 
        linux-vdso.so.1 =>  (0x00007ffdfac79000)
        libchewing.so.3 => /usr/lib/x86_64-linux-gnu/libchewing.so.3 (0x00007f1c9c733000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f1c9c36e000)
        libsqlite3.so.0 => /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 (0x00007f1c9c0b4000)
        /lib64/ld-linux-x86-64.so.2 (0x00005561566ac000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f1c9be96000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f1c9bc92000)

想請問是我那一步有做錯嗎?

與數字鍵盤衝突

a) 輸入在緩衝區後使用小鍵盤會導致緩衝區清空
重現步驟:

  1. 先輸入「一串字」在緩衝區
  2. 按下Enter前使用小鍵盤輸入數字「1」
  3. 緩衝區變成只剩下「1」
  4. 按方向鍵↓(選字)此時緩衝區變成「1一串字」,且選字為「字」的
  5. 按下Enter輸出變成「1一串字」

b) 候選字選擇

  1. 輸入「ㄅㄨˋ」
  2. 按方向鍵↓
    6
  3. 按→進入下一排候選字
    7
  4. 使用數字小鍵盤選擇「3」
  5. 應該輸出「捗」,但實際輸出卻是「布」

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.