Re: [orca-list] Orca working on KDE-4.14 or at least some KDE apps, anyone?
- From: Peter Vágner <pvdeejay gmail com>
- To: Didier Spaier <didier slint fr>
- Cc: orca-list <orca-list gnome org>
- Subject: Re: [orca-list] Orca working on KDE-4.14 or at least some KDE apps, anyone?
- Date: Sat, 21 Oct 2017 18:50:51 +0200
Hello,
I am not yet familiar with slackware packaging however I guess some QT related environment variables might be mixed somewhere.
I've started recent slint I've installed about two days ago, started LXDE desktop with orca by running startx.
With no proper packaging I've built qt-at-spi like this:
git clone git://
anongit.kde.org/qtatspi.git cd qtatspi
mkdir -p build
cd build
cmake -D CMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install
All the QT4 files are placed inside /usr/lib64/qt/ on the installed system however qt-at-spi got installed into /usr/lib64/qt4/ .
Apparently this seems wrong so I've just moved some files around manually:
mv /usr/lib64/qt4/plugins/accessiblebridge /usr/lib64/qt/plugins/
rm -Rf /usr/lib64/qt4
Now when I launch QT4 apps on LXDE they are accessible.
I can't check KDE as I am blind and I don't know what I'm doing while I am not sure it's working as it should. However according to the following article there are no differences to the environment when compared with other desktops.
Here are the relevant KDE accessibility notes:
https://techbase.kde.org/Development/Tutorials/Accessibility/Screen_Reader_SetupGreetings
Peter
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]