You are right, I also have a script in my home folder and it does only work 
after start up, not after resuming (although you can always start it manually 
by clicking it).
The strange thing is that in 11.04 I had a similar workaround to switch on 
touch gestures but those worked also after resuming. 

So I followed your link and tried to figure out what to do. I created an
executable additional script named '99_xsetwacom.sh' in /etc/pm/sleep.d/
and put in the code below - but it just does not work, any ideas if
something is wrong with this script?

#!/bin/bash99_xsetwacom.sh
case "$1" in
    thaw|resume)
        xsetwacom set "Serial Wacom Tablet touch" Mode "Absolute"
        ;;
    *)
        ;;
esac
exit $?

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in Ubuntu.
https://bugs.launchpad.net/bugs/949097

Title:
  Serial Wacom Tablet touch not in absolute mode when logged in

To manage notifications about this bug go to:
https://bugs.launchpad.net/xf86-input-wacom/+bug/949097/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to