ibus-kkc icon indicating copy to clipboard operation
ibus-kkc copied to clipboard

Japanese Kana Kanji conversion engine for IBus

Results 11 ibus-kkc issues
Sort by recently updated
recently updated
newest added

Looks like last version build fails with latest gcc 14.x which is now used in fedora rawhide. Build fails with ```console [tkloczko@pers-jacek ibus-kkc-1.5.22]$ make -k make all-recursive make[1]: Entering directory...

~/.config/ibus-kkc/rules/default/keymap/hiragana.json ``` { ... "define" : { "keymap" : { ... "Tab" : "set-input-mode-direct", "Shift" : "set-input-mode-direct", ... } } } ``` Tab works, but Shift does not work.

build succeeded on OpenBSD-6.9/amd64, AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.15 autoreconf -f -i; configure; gmake

I use PCLinuxOS. One month ago, the vala package updated to 0.36.1 from 0.32.1. Today, I try to make the latest revision of ibus-kkc, but I have a compile error....

It would be good to clean all those warnings ``` candidate-list.vala:93.20-93.43: warning: Gee.Map.contains is deprecated. Use Map.has_key candidate-list.vala:97.17-97.40: warning: Gee.Map.contains is deprecated. Use Map.has_key nicola.vala:36.22-36.28: warning: GLib.TimeVal has been deprecated...

Please do `make -C po update-po` and commit generated changes. some translations needs to be added/updated.

Is it possible to have a new upstream?

I'm the maintainer of IBus. ibus-kkc uses IBusConfig and I'd ask to migrate it to GSettings and delete IBusConfig. E.g. src/preferences.vala ``` public Preferences () { this.settings = new Gio.Settings...

動作環境は64ビットのfedora 25 ibus 1.5.14-5.fc25 libkkc 0.3.5-4.fc24 ibus-kkc 1.5.22-4.fc24 一度入力する文に変換候補が選べるところ二つ以上あるとき、 一つを選ぶと、全てところの選択肢が一つ目の同じになる。 例えば 「ごへんかんをなおす」を入れてスペースを押した後、 「ご」を「後」から「誤」に直すと、 「へんかん」も「なおす」も、選択肢が五、御、語などになってしまう。