summaryrefslogtreecommitdiff
path: root/COMPAT.txt
blob: f4e303e466a29b58f3ae36ebfcc61a100fc10a9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Incompatibilities observed in Debian
------------------------------------

avahi
~~~~~
Looks OK.

hal-device-manager
~~~~~~~~~~~~~~~~~~

* String lists are presented poorly in the info view due to the changed
  repr() - near line 443
  * patch submitted, bugs.fd.o #9343
* Everything appears as a 'strlist' because of equality tests on types
  near line 443
  * patch submitted, bugs.fd.o #9343
* Unregistering object paths is done with callback=None. This won't
  actually unregister, currently (should be fixed in dbus-python)

gajim
~~~~~

* Uses name ``dbus.dbus_bindings.DBusException`` - will fail
  * glue in dbus-python, patch sent upstream,
    http://trac.gajim.org/ticket/2784
* RemoteInterface will need fixing up - uses Variant and tries to
  represent None
  * patch sent upstream, http://trac.gajim.org/ticket/2784
* Uses ``dbus_bindings.Signal`` to emit signals!
  * patch sent upstream, http://trac.gajim.org/ticket/2784

gnome-osd
~~~~~~~~~

* eventbridge: Uses ``dbus.dbus_bindings.bus_request_name`` to get a name
  * glue in dbus-python, patch sent upstream by email

jokosher
~~~~~~~~
Looks OK.

listen
~~~~~~
Looks OK.

..
  vim:set sw=2 sts=2 et ft=rst tw=72: