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 #61

Open
fujiwarat opened this issue Dec 21, 2017 · 6 comments
Open

Migration request from IBusConfig to GSettings #61

fujiwarat opened this issue Dec 21, 2017 · 6 comments

Comments

@fujiwarat
Copy link

I'm the maintainer of IBus.
ibus-skk 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.skk");
        load ();
        this.settings.changed.connect (changed_cb);
    }

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

@fujiwarat
Copy link
Author

Do you have any updates?
I'm thinking to return NULL from ibus_config_get_value[s]() in ibus 1.6.
I guess ibus-skk will be updated once ibus 1.6 is released while currently there is no update.

@ueno
Copy link
Owner

ueno commented Jun 18, 2018

no

@ueno
Copy link
Owner

ueno commented Jun 18, 2018

also your research is incomplete: ibus-kkc also uses ibus_config API

@fujiwarat
Copy link
Author

Hmm.., maybe I just grepped IBusConfig instead of IBus.Config and it was a critical failure of mine.
I will open an issue ibus-kkc later.

fujiwarat added a commit to fujiwarat/ibus-skk that referenced this issue Nov 5, 2018
fujiwarat added a commit to fujiwarat/ibus-skk that referenced this issue Nov 5, 2018
@fujiwarat
Copy link
Author

Created #65

@rkarsnk
Copy link

rkarsnk commented Feb 26, 2022

@fujiwarat
こんにちは

私はDebian i3wm環境でibus-skkを使用していますが、
IBusConfigからGsettingsに移行した場合、どのような変更が発生しますか?


Hello.

I'm using ibus-skk in Debian i3wm environment.
What changes will occur if ibus-skk migrate from IBusConfig to Gsettings?
(Translation by DeepL)

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

3 participants