Bug 629872
Summary: | imsettings sometimes failed to run ibus | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | fujiwara <tfujiwar> |
Component: | imsettings | Assignee: | Akira TAGOH <tagoh> |
Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 13 | CC: | i18n-bugs, tagoh |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-12-09 07:55:51 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
fujiwara
2010-09-03 07:29:23 UTC
The GError of dbus_g_proxy_call() via imsettings_request_get_version(): {domain = 73, code = 4, message = 0x927990 "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection w"...} (In reply to comment #0) > The default timeout would be 2.5 sec. s/2.5 sec/25 sec/ How to reproduce this? since it relies on DBus on the request and the response, I'm just wondering if other DBus services also works without any problems. To speak strictly, this bug needed the fix of bug 530711 for me. The original patch updates the gconf value when the language is changed and it causes the performance of ibus-daemon and the this timeout problem is happened. But after I discussed the patch with upstream, we agreed not to update gconf if the preload list is the language base. So probably I won't encounter this problem. Closing this at the moment. |