Open fujiwarat opened 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); }
https://groups.google.com/forum/#!topic/ibus-devel/Mu1IoFX-bKE
I created https://github.com/ueno/ibus-kkc/pull/9
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