Re: [g-a-devel] no device event controller found



В Вск, 11/11/2007 в 15:32 +0100, Tomas KRAMAR пишет:
> Hello,
> 
> I am developing an application using a gstreamer backend and pygtk.
> 
> I create the gstreamer bus and connect a message signal:
> 
> bus.connect('message', self.on_message)
> 
> However, several people reported, that self.on_message is never
> called, and they see following warnings in the output:
> 
> atk-bridge-WARNING **: failure: no device event controller found.
> 
> I thought this is something related to gstreamer and already asked on
> their mailing list, but they told me the warning has nothing to do
> with gstreamer, but rather with atk.
> 
> I'd like to know what is causing this error, and what is the way to
> fix it. Is there some package missing?
> 
> Thank you

Similar bug is

http://bugzilla.gnome.org/show_bug.cgi?id=423057

which relates to 

http://bugzilla.gnome.org/show_bug.cgi?id=329454

with a long discussion of threading issues. gstreamer python backend
indeed had problems with glib threading system initialization as well as
can conflict with at-spi threading. Anyhow that will require additional
debugging of at-spi module. At least you have to find what particular
corba exception is returned. Probably ORBIT2_DEBUG can help here, but
you have to recompile ORBit2.

Are you sure threads are initialized properly in your app, is there
source code to look?

Attachment: signature.asc
Description: =?koi8-r?Q?=FC=D4=C1?= =?koi8-r?Q?_=DE=C1=D3=D4=D8?= =?koi8-r?Q?_=D3=CF=CF=C2=DD=C5=CE=C9=D1?= =?koi8-r?Q?_=D0=CF=C4=D0=C9=D3=C1=CE=C1?= =?koi8-r?Q?_=C3=C9=C6=D2=CF=D7=CF=CA?= =?koi8-r?Q?_=D0=CF=C4=D0=C9=D3=D8=C0?=



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]