Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration request from IBusConfig to GSettings #8

Open
fujiwarat opened this issue Jun 19, 2018 · 2 comments
Open

Migration request from IBusConfig to GSettings #8

fujiwarat opened this issue Jun 19, 2018 · 2 comments

Comments

@fujiwarat
Copy link

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
Copy link
Author

@fujiwarat
Copy link
Author

I created #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant