
kcm imchooser
Various KDE 1.-4. Improvements
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
A input method starter and configure tool. It can help you set annoying system environment variable.
If you use Ubuntu, Fedora, Opensuse, it might conflicts with your distribution input method settings.
It's in systemsettings -> locale
Current it has fcitx, ibus and scim profile by default.
Feature Plan:
Input method process monitor and auto restart.
More input method profile.
maz-1
5 years ago
最近装了plasma5,所以移植到kf5下了
Report
maxwux
8 years ago
我解壓縮後,依照下面的步驟安裝
mkdir build
cd build
cmake ..
make
sudo make install
然後重新登入KDE
http://i.imgur.com/SJ55z.png
看起來還是沒裝成功
是因為我的語系是正體中文嗎?
Report
csslayer
8 years ago
然后cmake 那条改为
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
make install
然后执行 kbuildsycoca4
在系统设置的语言/语系(我也不知道正体中文翻译成了啥)那个分类里面
Report
maxwux
8 years ago
希望能在增加gcin和hime,哈哈
希望未來這個程式能進到kde的系統裡,
這樣就更好設定輸入法了
Report