[Fedora-i18n-bugs] [Bug 796070] run ibus-setup produces IBUS-CRITICAL ** Traceback.

bugzilla at redhat.com bugzilla at redhat.com
Mon Feb 27 01:22:51 UTC 2012


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=796070

--- Comment #17 from fujiwara <tfujiwar at redhat.com> 2012-02-26 20:22:50 EST ---
(In reply to comment #16)
> (In reply to comment #15)
> > > Hmm, this part still looks wrong.  Since IBus.Bus() does not raise any
> > > exception when bus is not connected, you need to check
> > > self.__bus.is_connected() and continue if it returns False.  Otherwise you will
> > > see a successful message dialog even if ibus-daemon fails to start.
> 
> > OK, revised.
> > 
> 
> >                  try:
> > +                    if self.__bus != None:
> > +                        self.__bus.destroy()
> >                      self.__bus = IBus.Bus()
> >                  except:
> >                      continue
> 
> It has not changed from the previous version?  Anyway, I would suggest that you

This was fixed in the previous one.
I also suggest to close your cl on upstream by yourself and I will update it.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the i18n-bugs mailing list