AT-SPI in Upstart
ssuk hyun kim <[email protected]> Mon, 3 Nov 2014 14:42:22 +0900
| Newsgroups | gmane.comp.gnome.accessibility.devel |
|---|---|
| Message-ID | <CADpvZTuEp2LYZT1vXF0G9WeXzzTy8P3EvQLwgJiD-VHf2=nx3Q@mail.gmail.com> |
I have created an application that get informations of firefox using AT-SPI
and c++ and worked.
But it doesn't work while runs as upstart not an application despite the
same source code.
The reason is atspi_init() returns error 2.
I wrote the conf file of upstart like this:
description "firefoxurl daemon"
start on runlevel [2345]
stop on runlevel [!2345]
script
exec /opt/GetCurrentUrlOfFirefox
end script
Can someone tell me how to use at-spi in Upstart?
_______________________________________________
gnome-accessibility-devel mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel