| Summary: | Device 'Wacom Bamboo One M Pen' is not in wacom_devicelist, not able to configure using tablet configuration | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | Alexander <alykoshin> |
| Component: | kcm_wacomtablet | Assignee: | Jörg Ehrichs <Joerg.Ehrichs> |
| Status: | REPORTED --- | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Kubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Alexander
2015-02-01 21:09:36 UTC
What version of xsetwacom are you using? xsetwacom --version and can you change the tablet behaviour via xsetwacom calls? (In reply to Jörg Ehrichs from comment #1) > What version of xsetwacom are you using? > xsetwacom --version 0.23.0 > and can you change the tablet behaviour via xsetwacom calls? 2) Yes, following script works Ok: WACOM_IDS="16 17 18 19" ROTATE="ccw" for i in $WACOM_IDS; do xsetwacom --set $i Button 3 "button 1 button 1" xsetwacom --set $i Button 2 "Button 3" xsetwacom --set $i Rotate $ROTATE done Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved. |