Jason Gerecke
Jason Gerecke
Saw your tweet @anael-seghezzi and thought I'd let you know that the Z coordinate isn't reported by the X driver. The only way to get it on Linux is through...
@anael-seghezzi I'm not sure if you're already handling the `HierarchyChanged` events that are sent when devices are enabled/disabled/added/removed, but that might be the key if you aren't. See http://who-t.blogspot.com/2009/06/xi2-recipies-part-2.html for...
Its possible. @nicola-d can you please use our [capture.sh tool](https://gist.githubusercontent.com/jigpu/b7b47e4bede584cec8562f666fd84af4/raw/82fb9362998dd8ca582b4efb558ec3abfb11668d/capture.sh) to record yourself performing a right-click gesture? Choose your Bamboo's touchpad when prompted, perform the right-click gesture, and stop recording...
I can confirm that the behavior changed with commit 65b7c37. Now moving on to understanding the root cause.
Made some comments on the tests. Hope you are able to find some time to return to this soon, @Greenscreener :)
Thanks for the detailed report. I'll reply to each issue in turn: > The first issue is when I only hover the pen near the monitor but do not touch...
Apologies for letting this fall through the cracks... I'll take a renewed look at this to see if I can figure out what is going on. In theory the X...
Agree with whot. Should definitely apply to the whole script to be safe :)
The script itself is not multilingual: status updates, errors, and documentation are all in English. I'm not _that_ concerned with keeping subprocesses multilingual. The sysinfo script uses `LC_ALL=C` and we...
Works for me. Please just set `export LC_ALL=C` at the top of the script for now. We can explore if UTF-8 is necessary in another request since the same logic...