dbus.bus: detect NameHasNoOwner correctly, using new get_dbus_name() method
[dbus-python-phuang.git] / COMPAT.txt
blobf4e303e466a29b58f3ae36ebfcc61a100fc10a9b
1 Incompatibilities observed in Debian
2 ------------------------------------
4 avahi
5 ~~~~~
6 Looks OK.
8 hal-device-manager
9 ~~~~~~~~~~~~~~~~~~
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
15   near line 443
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)
20 gajim
21 ~~~~~
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
27   represent None
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
32 gnome-osd
33 ~~~~~~~~~
35 * eventbridge: Uses ``dbus.dbus_bindings.bus_request_name`` to get a name
36   * glue in dbus-python, patch sent upstream by email
38 jokosher
39 ~~~~~~~~
40 Looks OK.
42 listen
43 ~~~~~~
44 Looks OK.
47   vim:set sw=2 sts=2 et ft=rst tw=72: