Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=902866
Bug ID: 902866 Summary: ibus-chewing uses dconf but still installs gconf schemas Product: Fedora Version: 18 Component: ibus-chewing Severity: unspecified Priority: unspecified Reporter: scottt.tw@gmail.com
Description of problem: ibus-chewing gets its preference settings from dconf on Fedora but the package still installs gconf schemas.
Note that this is not just a Fedora packaging level cosmetic bug: * ibus-chewing needs to fix how the default values of its preferences are set. * The upstream Makefile should be fixed to not generate and install gconf schemas.
Version-Release number of selected component (if applicable): ibus-chewing-1.4.3-1.fc18.x86_64
How reproducible: Always
Steps to Reproduce: 1. gconftool-2 -R /desktop/ibus/engine/Chewing
# ibus-chewing installs its default preference values through its gconf schema
2. dconf dump /desktop/ibus/engine/chewing/
# but it's really using dconf, _NOT_ gconf
ibus-chewing should not attempt to install any gconf or dconf schemas if it still intends to use a ibus_config_get_value() based configuration system. See justification below.
Additional info:
1. ibus-chewing uses the ibus_chewing_config_get_value() function for configuration 2. ibus_chewing_config_get_value() is implemented with ibus_config_get_value() in libibus-1.0.so 3. ibus_config_get_value() gets its information from the IBus config service on DBus, which apparently has three possible backends: dconf, gconf and memconf
Thus ibus-chewing should look at how ibus-anthy and ibus-hangul handles configuration: http://pkgs.fedoraproject.org/cgit/ibus-anthy.git/tree/ibus-anthy.spec http://pkgs.fedoraproject.org/cgit/ibus-hangul.git/tree/ibus-hangul.spec
and not attempt to install any gconf or dconf schemas if it still intends to use a ibus_config_get_value() based configuration system.
https://bugzilla.redhat.com/show_bug.cgi?id=902866
--- Comment #1 from Fedora End Of Life endoflife@fedoraproject.org --- This message is a reminder that Fedora 18 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 18. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '18'.
Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 18's end of life.
Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 18 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior to Fedora 18's end of life.
Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
https://bugzilla.redhat.com/show_bug.cgi?id=902866
Ding-Yi Chen dchen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|18 |rawhide
https://bugzilla.redhat.com/show_bug.cgi?id=902866
Ding-Yi Chen dchen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
--- Comment #2 from Ding-Yi Chen dchen@redhat.com --- Also listed as ibus-chewing github issue #36 https://github.com/definite/ibus-chewing/issues/36
https://bugzilla.redhat.com/show_bug.cgi?id=902866
Ding-Yi Chen dchen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|unspecified |medium
https://bugzilla.redhat.com/show_bug.cgi?id=902866
Ding-Yi Chen dchen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |POST
--- Comment #3 from Ding-Yi Chen dchen@redhat.com --- (In reply to Scott Tsai from comment #0)
ibus-chewing should not attempt to install any gconf or dconf schemas if it still intends to use a ibus_config_get_value() based configuration system. See justification below.
Problem is, without installing the schemes, dconf/GConf2 don't know the variable type and default value.
In upcoming ibus-chewing, it will provides dconf schema by default. GConf2 support can be enabled by specify -DGCON2_SUPPORT=1 in cmake.
https://bugzilla.redhat.com/show_bug.cgi?id=902866
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|POST |MODIFIED
https://bugzilla.redhat.com/show_bug.cgi?id=902866
--- Comment #4 from Fedora Update System updates@fedoraproject.org --- ibus-chewing-1.4.11.1-1.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/ibus-chewing-1.4.11.1-1.fc21
https://bugzilla.redhat.com/show_bug.cgi?id=902866
--- Comment #5 from Fedora Update System updates@fedoraproject.org --- ibus-chewing-1.4.11.1-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/ibus-chewing-1.4.11.1-1.fc20
https://bugzilla.redhat.com/show_bug.cgi?id=902866
--- Comment #6 from Fedora Update System updates@fedoraproject.org --- ibus-chewing-1.4.11.1-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/ibus-chewing-1.4.11.1-1.fc19
https://bugzilla.redhat.com/show_bug.cgi?id=902866
--- Comment #7 from Fedora Update System updates@fedoraproject.org --- ibus-chewing-1.4.12-1.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/ibus-chewing-1.4.12-1.fc21
https://bugzilla.redhat.com/show_bug.cgi?id=902866
--- Comment #8 from Fedora Update System updates@fedoraproject.org --- ibus-chewing-1.4.12-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/ibus-chewing-1.4.12-1.fc20
https://bugzilla.redhat.com/show_bug.cgi?id=902866
--- Comment #9 from Fedora Update System updates@fedoraproject.org --- ibus-chewing-1.4.12-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/ibus-chewing-1.4.12-1.fc19
https://bugzilla.redhat.com/show_bug.cgi?id=902866
--- Comment #10 from Fedora Update System updates@fedoraproject.org --- ibus-chewing-1.4.12-2.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/ibus-chewing-1.4.12-2.fc21
https://bugzilla.redhat.com/show_bug.cgi?id=902866
--- Comment #11 from Fedora Update System updates@fedoraproject.org --- ibus-chewing-1.4.12-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/ibus-chewing-1.4.12-2.fc20
https://bugzilla.redhat.com/show_bug.cgi?id=902866
--- Comment #12 from Fedora Update System updates@fedoraproject.org --- ibus-chewing-1.4.12-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/ibus-chewing-1.4.12-2.fc19
https://bugzilla.redhat.com/show_bug.cgi?id=902866
--- Comment #13 from Fedora Update System updates@fedoraproject.org --- ibus-chewing-1.4.14-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/ibus-chewing-1.4.14-2.fc19
https://bugzilla.redhat.com/show_bug.cgi?id=902866
--- Comment #14 from Fedora Update System updates@fedoraproject.org --- ibus-chewing-1.4.14-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/ibus-chewing-1.4.14-2.fc20
https://bugzilla.redhat.com/show_bug.cgi?id=902866
--- Comment #15 from Fedora Update System updates@fedoraproject.org --- ibus-chewing-1.4.14-2.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/ibus-chewing-1.4.14-2.fc21
https://bugzilla.redhat.com/show_bug.cgi?id=902866
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |ON_QA
--- Comment #16 from Fedora Update System updates@fedoraproject.org --- Package ibus-chewing-1.4.14-2.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing ibus-chewing-1.4.14-2.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-17095/ibus-chewing-1.4.1... then log in and leave karma (feedback).
https://bugzilla.redhat.com/show_bug.cgi?id=902866
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Fixed In Version| |ibus-chewing-1.4.14-2.fc20 Resolution|--- |ERRATA Last Closed| |2014-12-31 14:00:53
--- Comment #17 from Fedora Update System updates@fedoraproject.org --- ibus-chewing-1.4.14-2.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.
https://bugzilla.redhat.com/show_bug.cgi?id=902866
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|ibus-chewing-1.4.14-2.fc20 |ibus-chewing-1.4.14-2.fc19
--- Comment #18 from Fedora Update System updates@fedoraproject.org --- ibus-chewing-1.4.14-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report.
https://bugzilla.redhat.com/show_bug.cgi?id=902866
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|ibus-chewing-1.4.14-2.fc19 |ibus-chewing-1.4.14-2.fc21
--- Comment #19 from Fedora Update System updates@fedoraproject.org --- ibus-chewing-1.4.14-2.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report.
i18n-bugs@lists.fedoraproject.org