Updates:
        Status: Fixed
        Cc: takao.fujiwara1

Comment #4 on issue 1235 by takao.fujiwara1: [feature request] Add a gsettings backend
http://code.google.com/p/ibus/issues/detail?id=1235

Now ibus itself uses gsettings:
https://github.com/ibus/ibus/commit/e5ca9e5b4bf2ad2499ccbfad588342a143eba24e

Each engine also needs to be migrated.
Currently ibus-dconf converts the key naming rule to gsetting's one internally to have the compatibility.
ibus-dconf is still kept for the back compatibility of ibus engines.
But if each engine migrate to gsettings, it won't depend on dconf and ibus-dconf and gsettings nameing rule is available fully.

There are several problems in ibus-dconf since the chars except for alphabets and numbers are converted to '-'. Especially if '-' key is used in ibus_config_get_key(), the key is converted to '_' by the dconf value-changed callback and ibus_config_get_values() also converts the chars to '_'.

However the current gsettings does not support to install new keys without schemas files, e.g. profile settings, and maybe a workaround will be needed or wait for GSettingsList.
https://wiki.gnome.org/GnomeGoals/GSettingsMigration
https://bugzilla.gnome.org/show_bug.cgi?id=622126

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
--- You received this message because you are subscribed to the Google Groups "ibus-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

回复