If you run xsetwacom get XXX button Y, you should see the action that button Y is set to perform. By default this is sending a mouse event (e.g. button +1), but you can set it to do other things as well.
Running xsetwacom get XXX button should produce the error that you see. You need to tell xsetwacom which button you want to know the current setting for.
Running xsetwacom get XXX all shouldn't print out errors ideally, but does so at the moment because of how the code is structured. We may be able to fix that in a future release.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've pushed several commits to our master branch to address the multiple errors that you got when running xsetwacom get XXX all. You'll get a different error now, suggesting that you use the "-s" option which is capable of printing out all the button actions (the "-x" option which is used by default when getting all unfortunately cannot express them).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
sorry, omitted: platform opensuse 13.1
device wacom Bamboo Pad CTH-300
If you run
xsetwacom get XXX button Y, you should see the action that button Y is set to perform. By default this is sending a mouse event (e.g.button +1), but you can set it to do other things as well.Running
xsetwacom get XXX buttonshould produce the error that you see. You need to tell xsetwacom which button you want to know the current setting for.Running
xsetwacom get XXX allshouldn't print out errors ideally, but does so at the moment because of how the code is structured. We may be able to fix that in a future release.Thanks. It's good to know I haven't inadvertantly been resetting values :-)
I've pushed several commits to our master branch to address the multiple errors that you got when running
xsetwacom get XXX all. You'll get a different error now, suggesting that you use the "-s" option which is capable of printing out all the button actions (the "-x" option which is used by default when getting all unfortunately cannot express them).