ueno / ibus-kkc

Japanese Kana Kanji conversion engine for IBus
GNU General Public License v2.0
19 stars 5 forks source link

Migration request from IBusConfig to GSettings #8

Open fujiwarat opened 6 years ago

fujiwarat commented 6 years ago

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 ("org.freedesktop.ibus.engine.kkc");
        load ();
        this.settings.changed.connect (value_changed_cb);
    }
fujiwarat commented 6 years ago

https://groups.google.com/forum/#!topic/ibus-devel/Mu1IoFX-bKE

fujiwarat commented 6 years ago

I created https://github.com/ueno/ibus-kkc/pull/9