Comment 10 for bug 944161

Revision history for this message
Attila Hammer (hammera) wrote : Re: [Bug 944161] Re: orca does not read user names

Hy,

Joanie, I looked your script what happening with Unity Greeter after
Orca starts.
I doed following:
1. I used your attached script with you sent an other report, I sending
attachment. I moved real orca process with /usr/bin/orca-orig, and
copyed listener.py file with /usr/bin/orca.
Of course I give execute privileges the new script.
2. I logged out, and logged in.

Look the generated output, sorry the hungarian locale messages:
================ Wed Apr 4 08:51:20 2012 ================
window:create(0, 0, Bejelentkező képernyő)
 source: [frame | Bejelentkező képernyő]
 host_application: [application | unity-greeter]
object:state-changed:iconified(0, 0, 0)
 source: [frame | Bejelentkező képernyő]
 host_application: [application | unity-greeter]
window:activate(0, 0, Bejelentkező képernyő)
 source: [frame | Bejelentkező képernyő]
 host_application: [application | unity-greeter]
object:state-changed:focused(1, 0, 0)
 source: [password text | Adja meg Hammer Attila jelszavát]
 host_application: [application | unity-greeter]
object:state-changed:focused(1, 0, 0)
 source: [password text | Adja meg Hammer Attila jelszavát]
 host_application: [application | unity-greeter]
object:state-changed:focused(1, 0, 0)
 source: [password text | Adja meg Hammer Attila jelszavát]
 host_application: [application | unity-greeter]
object:state-changed:focused(1, 0, 0)
 source: [password text | Adja meg Hammer Attila jelszavát]
 host_application: [application | unity-greeter]
object:state-changed:focused(1, 0, 0)
 source: [password text | Adja meg Hammer Attila jelszavát]
 host_application: [application | unity-greeter]
object:state-changed:focused(1, 0, 0)
 source: [password text | Adja meg Hammer Attila jelszavát]
 host_application: [application | unity-greeter]
object:state-changed:focused(1, 0, 0)
 source: [password text | Adja meg Hammer Attila jelszavát]
 host_application: [application | unity-greeter]
object:state-changed:focused(1, 0, 0)
 source: [password text | Adja meg Hammer Attila jelszavát]
 host_application: [application | unity-greeter]
object:state-changed:active(1, 0, 0)
 source: [frame | Bejelentkező képernyő]
 host_application: [application | unity-greeter]
 >>> KEY PRESSED: x
<<< KEY RELEASED: x
 >>> KEY PRESSED: x
<<< KEY RELEASED: x
 >>> KEY PRESSED: x
<<< KEY RELEASED: x
 >>> KEY PRESSED: x
<<< KEY RELEASED: x
 >>> KEY PRESSED: x
<<< KEY RELEASED: x
 >>> KEY PRESSED: Return
<<< KEY RELEASED: Return

Of course, I distorted my password letters with x letters.
Need handling this problem with Unity Greeter, or need reporting a bug
in Bugzilla for Orca related?
If I see right, the default selected user in user list is more time try
changing focused state before changed active state.

Attila