Bug#762657: python-gi: Can't register with accessibility bus

Olivier Berger olivier.berger at telecom-sudparis.eu
Wed Sep 24 08:03:46 UTC 2014


Package: python-gi
Version: 3.12.2-1
Severity: normal

Hi.

I'm not sure this is exactly related to the Python GTK3 bindings and pygobject, but the basic upstream test program exhibits the issue.

I'm trying :
#!/usr/bin/python
from gi.repository import Gtk

win = Gtk.Window()
win.connect("delete-event", Gtk.main_quit)
win.show_all()
Gtk.main()

(source : http://python-gtk-3-tutorial.readthedocs.org/en/latest/)

Here's the symptom :
$ python test.py 

** (test.py:8677): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

$ python3 test.py 

** (test.py:8816): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

I'm running this on a Jessie system under a XFCE4 session.

Thanks in advance.

Best regards,

-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-gi depends on:
ii  gir1.2-glib-2.0        1.40.0-2
ii  libc6                  2.19-11
ii  libgirepository-1.0-1  1.40.0-2
ii  libglib2.0-0           2.40.0-5
ii  python                 2.7.8-1

python-gi recommends no packages.

Versions of packages python-gi suggests:
ii  python-gi-cairo  3.12.2-1

-- no debconf information




More information about the pkg-gnome-maintainers mailing list