Re: Fwd: [orca-list] qt-at-spi on Arch Linux
Frederik Gladhorn <[email protected]>
| Newsgroups | gmane.comp.kde.devel.accessibility |
|---|---|
| Message-ID | <[email protected]> |
Hi Alex, reading the message again, you do have the Qt side of things set up properly. The output claims that it does not find the accessibility d-bus. Are you sure that you switched the gnome stack to use d-bus? Check that in your process list you have at-spi2-registryd running. Also use a d-bus debugging tool such as qdbusviewer or d-feet to check that you see the accessibility registry and try to see if it creates a session bus. It should show up as org.a11y.Bus and provide the session bus address in /org/a11y/bus org.a11y.Bus GetAddress(). Make sure this is set: gconftool-2 --set /desktop/gnome/interface/at-spi-dbus --type bool true gconftool-2 --set /desktop/gnome/interface/at-spi-corba --type bool false Cheers, Frederik On Thursday 12. May 2011 06.02.30 Alex Midence wrote: > Hi. > > My apologies for my prior rather cryptic message. I was in a bit of a > hurry and I guess I didn't realize just how it actually came out. No > wonder you were confused! =) Anyway, I'm a newcomer to this list > having just joined yesterday to try and stay in the loop on what's > going on with KDE accessibility. This gentleman posted this message > to the orca list earlier today. He tried qt-at-spi to see how it > worked for him and this is the result of his trial. I wondered if > anyone on this list might offer some assistance as to why he got the > result he did. > > Thanks. > > Alex M > > > > ---------- Forwarded message ---------- > From: Kyle <[email protected]> > Date: Wed, 11 May 2011 18:45:26 -0400 > Subject: [orca-list] qt-at-spi on Arch Linux > To: [email protected] > > Well, here I go experimenting again. I'm trying to build qt-at-spi on > Arch Linux. I cloned master from the repository, installed the qt > package and built qt-at-spy using > qmake > make > make install > I then went into the examples directory and built the calculator example. > qmake > make > and ran > export QT_ACCESSIBILITY=1 > ./calculator > I also tried > QT_ACCESSIBILITY=1 ./calculator > Both give the same results: lots and lots of output, including some > errors while trying to contact the at-spi registry, and something about > not being able to find the accessibility dbus. I should note here that > I'm running GNOME3 using at-spi2 as I right this, so dbus and dbus > at-spi are definitely running. I am including a file with the output > from my attempt to run the calculator example as an attachment, as it's > rather long. Did I miss something when I built qt-at-spi, is it > currently in a broken state waiting for some git commit love or is the > current version of at-spi2 incompatible with the current qt-at-spy, > which would basically tie in with needing a little updating in git? > Thanks for any help. > ~Kyle