Hey José and Jann. I'm attaching a dead-simple, Orca-free pyatspi app lister. This one also prints timestamps to hopefully confirm and highlight the delay José is seeing. Just run it in a terminal without Orca (you can run it with Orca, but this is meant for the Eclipse developers). I assume it provides similar results (long delay for José, wrong name for Jann). José, the reason you see two Orca's in the list is presumably because you are using Orca and then did an Orca -l. The latter spawns a new process which immediately terminates after dumping the list, but at the time you got the list, there were indeed two applications with the name Orca running. --joanie On 11/10/2015 03:12 AM, José Vilmar Estácio de Souza wrote:
Hi all. In my machine, when I use orca -l in the terminal, orca takes some time to respond. It seems that this happens only if I am running eclipse 4.5. time orca -l sys:1: PyGIWarning: Atspi was imported without specifying a version first. Use gi.require_version('Atspi', '2.0') before import to ensure that the right version gets loaded. gnome-settings-daemon gnome-shell nautilus org.gnome.Software parcellite evolution-alarm-notify gnome-terminal-server Thunderbird Pidgin skype orca Eclipse orca real 0m15.338s user 0m0.297s sys 0m0.023s Now the same command after I close eclipse. time orca -l sys:1: PyGIWarning: Atspi was imported without specifying a version first. Use gi.require_version('Atspi', '2.0') before import to ensure that the right version gets loaded. gnome-settings-daemon gnome-shell nautilus org.gnome.Software parcellite evolution-alarm-notify gnome-terminal-server Thunderbird Pidgin skype orca orca real 0m0.355s user 0m0.303s sys 0m0.010s I also noticed that orca appears twice in the list of programs.
Attachment:
apps.py
Description: Text Data