Bug 123021
| Summary: | Changed "Status appears" in gimlet preferences, gnome-im-switcher-applet has CPU usage over 80%. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | sangu <sangu.fedora> |
| Component: | im-sdk | Assignee: | Yu Shao <yshao> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | eng-i18n-bugs |
| Target Milestone: | --- | Keywords: | i18n |
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-06-22 01:18:49 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 125997 | ||
|
Description
sangu
2004-05-11 13:14:36 UTC
A suggested patch, without patch, gimlet will enter into a infinite loop. --- preference.c.orig 2004-05-19 15:13:40.463417160 +1000 +++ preference.c 2004-05-19 15:14:32.005581560 +1000 @@ -337,7 +337,7 @@ value = gconf_value_get_bool (entry->value); gimlet->showicon = (value != 0); - appearance_update (gimlet); + //appearance_update (gimlet); } static void @@ -354,7 +354,7 @@ value = gconf_value_get_bool (entry->value); gimlet->showtext = (value != 0); - appearance_update (gimlet); + //appearance_update (gimlet); } static gboolean |