1 Incompatibilities observed in Debian
2 ------------------------------------
11 * String lists are presented poorly in the info view due to the changed
12 repr() - near line 443
13 * patch submitted, bugs.fd.o #9343
14 * Everything appears as a 'strlist' because of equality tests on types
16 * patch submitted, bugs.fd.o #9343
17 * Unregistering object paths is done with callback=None. This won't
18 actually unregister, currently (should be fixed in dbus-python)
23 * Uses name ``dbus.dbus_bindings.DBusException`` - will fail
24 * glue in dbus-python, patch sent upstream,
25 http://trac.gajim.org/ticket/2784
26 * RemoteInterface will need fixing up - uses Variant and tries to
28 * patch sent upstream, http://trac.gajim.org/ticket/2784
29 * Uses ``dbus_bindings.Signal`` to emit signals!
30 * patch sent upstream, http://trac.gajim.org/ticket/2784
35 * eventbridge: Uses ``dbus.dbus_bindings.bus_request_name`` to get a name
36 * glue in dbus-python, patch sent upstream by email
47 vim:set sw=2 sts=2 et ft=rst tw=72: