2 Nov 2011 00:23
Re: Orca debugging question
Mike Gorse <mgorse <at> alum.wpi.edu>
2011-11-01 23:23:43 GMT
2011-11-01 23:23:43 GMT
Yeah... Sorry--those sockets are for direct peer-to-peer D-Bus connections, which send messages faster than they would be sent if they were routed through dbus-daemon, but it makes it harder to debug that way. Perhaps it could be made to work; I guess at-spi2-atk would need to handle some additional method calls that are normally handled by dbus-daemon and send copies of messages to additional connections that have a match rule asking for them. Anyway, you could build at-spi2-atk with --disable-p2p (this is usually what I do temporarily when I want to run dbus-monitor). You could then run something like dbus-monitor --address `xprop -root | grep AT_SPI_BUS | sed -e 's/.*= "//' | sed -e 's/"$//'` -Mike On Mon, 31 Oct 2011, Michael Pozhidaev wrote: > Hello, everybody! > > I am trying to prepare orca-3.2.1 for using in ALT Linux > distribution, but it is not working properly. Please, help me to debug > it and fix all problems! > > Orca can speak, so I hear welcome message at startup and sequence of questions at > first orca start are spoken with voice properly, but there are no > notifications on my cursor moving in menus and any dialogs. There is > total silence after orca speaks its welcome message. > > My idea was to connect to dbus with dbus-monitor and check if there are > any events when I changing cursor position. I found at-spi dbus socket > in the /tmp/at-spi2, but establishing a connection is impossible. The(Continue reading)
RSS Feed