Ticket #1573 (closed patch: notabug)
Patched my Dbus.py and got this output.
| Reported by: | anonymous | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | plugins | Version: | 1.0 |
| Keywords: | Cc: |
Description
I was patching my Dbus to enable me to turn of the polygamy in emesene so i can use my link in my AWN bar without always opening a new window but i got this error.
Fatal error
This is a bug. Please report it at: http://www.emesene.org
Traceback (most recent call last):
File "/usr/share/emesene/PluginManagerDialog.py", line 251, in active_toggled
plugin.start()
File "/usr/share/emesene/plugins_base/Dbus.py", line 60, in start
self.start_dbus()
File "/usr/share/emesene/plugins_base/Dbus.py", line 103, in start_dbus
self.dbus_object = EmeseneObject(self.bus_name, OBJECT_PATH, self)
File "/usr/share/emesene/plugins_base/Dbus.py", line 131, in __init__
dbus.service.Object.__init__(self, bus_name, object_path)
File "/var/lib/python-support/python2.5/dbus/service.py", line 455, in __init__
self.add_to_connection(conn, object_path)
File "/var/lib/python-support/python2.5/dbus/service.py", line 546, in add_to_connection
self._fallback)
RuntimeError: To make asynchronous calls, receive signals or export objects, D-Bus connections must be attached to a main loop by passing mainloop=... to the constructor or calling dbus.set_default_main_loop(...)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
