Jan. 12, 2014
12:38 a.m.
On 01/11/2014 12:17 AM, Hernán Morales Durand wrote:
Didn't tried myself but there is a tracing library for X called xscope. Is not included by default in most distros.
http://xorg.freedesktop.org/archive/individual/app/xscope-1.4.tar.gz
Don't bother with xev, does not capture clicks inside Pharo.
Well, I tried xscope. I'm not really familiar with the X protocol, but what I see looks reasonable. Pharo is getting notified of events, and is not responding, except when the mouse enters, then it requests focus. And Alt-. generates output on stdout, so these events are clearly getting to Pharo, just not producing any X output. Anything else I should be looking for? Regards, -Martin