You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm the maintainer of IBus.
I'd request to replace ibus_config_get_value() with g_settings_get_value() in unix/ibus/mozc_engine.cc:MozcEngine::InitRendererConfig() and delete IBusConfig.
With this CL, ibus_mozc directly uses GSettings API instead of
IBusConfig to read IBus font settings specified with 'ibus-setup'
command.
Basically there should be no user visible behavior change in this API
migration.
Closesgoogle#429.
BUG=google#429
TEST=Tested manually as follows
1. Build and install Mozc to Ubuntu 14.04.
2. Make sure that mozc_renderer is working.
3. Run `ibus-setup` to set a custom font for the candidate
window.
4. Make sure that mozc_renderer starts using the custom font
specified at the step 3.
REF_BUG=
REF_CL=180437307,180454744
REF_TIME=2017-12-31T07:15:11-08:00
REF_TIME_RAW=1514733311 -0800
I'm the maintainer of IBus.
I'd request to replace ibus_config_get_value() with g_settings_get_value() in unix/ibus/mozc_engine.cc:MozcEngine::InitRendererConfig() and delete IBusConfig.
https://groups.google.com/forum/#!topic/ibus-devel/Mu1IoFX-bKE
The text was updated successfully, but these errors were encountered: