Bug 849414
Summary: | [abrt] ibus-1.4.99.20120712-3.fc18: main.py:464:__shortcut_button_clicked_cb2:IndexError: list index out of range | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dodji Seketeli <dodji> | ||||
Component: | ibus | Assignee: | fujiwara <tfujiwar> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | i18n-bugs, l.i.r-a, shawn.p.huang, tfujiwar | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Unspecified | ||||||
Whiteboard: | abrt_hash:4eafdea2ffe1395b1d47f747526f44f0db723407 | ||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2012-08-24 09:23:14 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: | |||||||
Attachments: |
|
Description
Dodji Seketeli
2012-08-19 10:44:29 UTC
Created attachment 605472 [details]
File: core_backtrace
Probably I think this is duplicated with bug 844580. The workaround is: 1. Modify /etc/dconf/profile/ibus -user -ibus +user-db:user +systemd-db:ibus 2. Restart ibus-dconf % ps -ef | grep ibus-dconf % kill $PID % env DCONF_PROFILE=ibus /usr/libexec/ibus-dconf & *** Bug 849726 has been marked as a duplicate of this bug. *** Now ibus-1.4.99.20120822-1.fc18 is available. # yum install --enablerepo=updates-testing ibus Are you still able to reproduce your problem with the latest ibus? Sorry for the dumb question, but how do I restart ibus without having to logout/login again? (In reply to comment #5) > Sorry for the dumb question, but how do I restart ibus without having to > logout/login again? If you use panel applications likes gnome-panel, ibus panel icon is shown on the panel application and you could choose right click "Restart". If you use gnome-shell, there is no ibus specific menu but you could run 'ibus' command line. % ibus --help % ibus restart OK, this update fixes the issue for me, thanks. |