Comment 29 for bug 1297692

Revision history for this message
marmuta (marmuta) wrote :

Alright, I think I'm done. Try it, please.

Update the source and rebuild:
bzr pull
./setup.py build

I've fixed the warnings on Arch, so you shouldn't need CFLAGS anymore, but
if the build fails you may still have to
rm -rf scripts/__pycache__

Then return onboard to defaults (XInput, multi-touch):
gsettings reset org.onboard.keyboard input-event-source
gsettings reset org.onboard.keyboard touch-input

1) Make sure gestures are still enabled, start onboard and just see if you can type with the touch-screen.
xsetwacom --get "Wacom ISDv4 E6 Finger touch" Gesture
    -> should return "on"
killall onboard; ./onboard

2) Turn gestures off and see if typing still works. Try multi-touch, here too, please.
xsetwacom --set "Wacom ISDv4 E6 Finger touch" Gesture off
killall onboard; ./onboard

If you have trouble typing at first, please reboot once and retry.