Location: Quodlibet Plugin

Discussion: Error with this pluginReported This is a featured thread

Showing 1 post
cassetatele
cassetatele
Error with this plugin
Aug 18 2007, 9:14 AM EDT | Post edited: Aug 18 2007, 9:14 AM EDT
/usr/share/quodlibet/qltk/dbus_.py:11: DeprecationWarning: The dbus_bindings module is deprecated and will go away soon.

dbus-python 0.80 provides only a partial emulation of the old
dbus_bindings, which was never meant to be public API.

Most uses of dbus_bindings are applications catching the exception
dbus.dbus_bindings.DBusException. You should use dbus.DBusException
instead (this is compatible with all dbus-python versions since 0.40.2).

If you need additional public API, please contact the maintainers via
<dbus@lists.freedesktop.org>.

from dbus.dbus_bindings import DBusException
Traceback (most recent call last):
File "/usr/share/quodlibet/plugins/events.py", line 95, in _load
try: obj = Kind()
File "/usr/share/quodlibet/plugins/events/gajim_status.py", line 53, in __init__
self.interface = dbus.Interface(dbus.SessionBus().get_object('org.gajim.dbus', '/org/gajim/dbus/RemoteObject'), 'org.gajim.dbus.RemoteInterface')
File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 410, in get_object
follow_name_owner_changes=follow_name_owner_changes)
File "/var/lib/python-support/python2.5/dbus/proxies.py", line 230, in __init__
_dbus_bindings.UInt32(0))
File "/var/lib/python-support/python2.5/dbus/proxies.py", line 169, in __call__
reply_message = self._connection.send_message_with_reply_and_block(message, timeout)
DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.gajim.dbus was not provided by any .service files
/usr/share/quodlibet/plugins/events/trayicon.py:15: DeprecationWarning: the module egg.trayicon is deprecated; equivalent functionality can now be found in pygtk 2.10
import egg.trayicon as trayicon
Traceback (most recent call last):
2  out of 2 found this valuable. Do you?    
Keyword tags: None

Sign in to be the first to reply.