Launching a minimal Xsession for a single application and Orca.

Linux for blind general discussion blinux-list at redhat.com
Sun Mar 11 09:22:21 UTC 2018


Linux for blind general discussion, on dim. 11 mars 2018 04:27:54 +0000, wrote:
> So, anyone know what might be the problem here?

You need to run this in a X session, i.e. if your script is called
mysession in your $HOME/bin, run

startx $HOME/bin/mysession

Also, you need to run the at-spi session

> #!/bin/bash

eval $(dbus-launch --sh-syntax --exit-with-session)
export GTK_MODULES=gail:atk-bridge
/usr/lib/at-spi2-core/at-spi-bus-launcher &
/usr/lib/at-spi2-core/at-spi2-registryd &

> lwm&
> orca&
> firefox

Samuel




More information about the Blinux-list mailing list