В Вск, 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 youSimilar 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?
signature.asc
Description: Эта часть сообщения подписана цифровой подписью
_______________________________________________ Gnome-accessibility-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel
