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 910263 Details for
Bug 1111033
Please make d-feet can connect to private d-bus daemon
[?]
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 connecting to ibus daemon
d-feet-support-ibus-address.patch (text/plain), 2.47 KB, created by
Peng Wu
on 2014-06-19 06:06:38 UTC
(
hide
)
Description:
Patch for connecting to ibus daemon
Filename:
MIME Type:
Creator:
Peng Wu
Created:
2014-06-19 06:06:38 UTC
Size:
2.47 KB
patch
obsolete
>Index: d-feet-0.3.9/src/dfeet/addconnectiondialog.py >=================================================================== >--- d-feet-0.3.9.orig/src/dfeet/addconnectiondialog.py >+++ d-feet-0.3.9/src/dfeet/addconnectiondialog.py >@@ -45,7 +45,7 @@ class AddConnectionDialog: > elif response == Gtk.ResponseType.OK: > #check if given address is valid > try: >- is_supported = Gio.dbus_is_supported_address(self.address) >+ is_supported = Gio.dbus_is_address(self.address) > except Exception as e: > self.label_status.set_text(str(e)) > self.run() >Index: d-feet-0.3.9/src/dfeet/bus_watch.py >=================================================================== >--- d-feet-0.3.9.orig/src/dfeet/bus_watch.py >+++ d-feet-0.3.9/src/dfeet/bus_watch.py >@@ -132,7 +132,7 @@ class BusWatch(object): > if self.__bus_address == Gio.BusType.SYSTEM or self.__bus_address == Gio.BusType.SESSION: > #TODO: do this async > self.connection = Gio.bus_get_sync(self.__bus_address, None) >- elif Gio.dbus_is_supported_address(self.__bus_address): >+ elif Gio.dbus_is_address(self.__bus_address): > #TODO: do this async > self.connection = Gio.DBusConnection.new_for_address_sync( > self.__bus_address, >@@ -156,7 +156,7 @@ class BusWatch(object): > > #TODO: do this async > self.bus_proxy = Gio.DBusProxy.new_sync(self.connection, >- Gio.DBusProxyFlags.NONE, >+ Gio.DBusProxyFlags.DO_NOT_AUTO_START, > None, > 'org.freedesktop.DBus', > '/org/freedesktop/DBus', >Index: d-feet-0.3.9/src/dfeet/introspection.py >=================================================================== >--- d-feet-0.3.9.orig/src/dfeet/introspection.py >+++ d-feet-0.3.9/src/dfeet/introspection.py >@@ -73,7 +73,7 @@ class AddressInfo(): > raise Exception("Invalid bus address '%s'" % (self.address)) > else: > #we have a peer-to-peer connection >- if Gio.dbus_is_supported_address(self.address): >+ if Gio.dbus_is_address(self.address): > self.connection = Gio.DBusConnection.new_for_address_sync( > self.address, > Gio.DBusConnectionFlags.AUTHENTICATION_CLIENT,
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 1111033
: 910263