Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 617351 Details for
Bug 859585
ibus-setup SEGV by async IBus.Bus
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch for setup/main.py
ibus-xx-setup-bus-async.patch (text/plain), 1.23 KB, created by
fujiwara
on 2012-09-26 02:21:05 UTC
(
hide
)
Description:
Patch for setup/main.py
Filename:
MIME Type:
Creator:
fujiwara
Created:
2012-09-26 02:21:05 UTC
Size:
1.23 KB
patch
obsolete
>--- ibus/setup/main.py.orig 2012-09-26 10:41:26.657504440 +0900 >+++ ibus/setup/main.py 2012-09-26 11:13:10.467176673 +0900 >@@ -66,11 +66,20 @@ class Setup(object): > > def __init__(self): > super(Setup, self).__init__() >+ >+ # IBus.Bus() calls ibus_bus_new(). >+ # Gtk.Builder().add_from_file() also calls ibus_bus_new_async() >+ # via ibus_im_context_new(). >+ # Then if IBus.Bus() is called after Gtk.Builder().add_from_file(), >+ # the connection delay would be happened without an async >+ # finish function. >+ self.__bus = None >+ self.__init_bus() >+ > gtk_builder_file = path.join(path.dirname(__file__), "./setup.ui") > self.__builder = Gtk.Builder() > self.__builder.set_translation_domain(DOMAINNAME) > self.__builder.add_from_file(gtk_builder_file); >- self.__bus = None > > # In the latest pygobject3 3.3.4 or later, g_variant_dup_strv > # returns the allocated strv but in the previous release, >@@ -79,7 +88,6 @@ class Setup(object): > if type(GLib.Variant.new_strv([]).dup_strv()) == tuple: > self.__tuple_for_variant_strv = True > >- self.__init_bus() > self.__init_ui() > > def __init_hotkey(self):
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 859585
:
615695
| 617351