After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 728880 - Stylus Button Mapping Mismatched.
Stylus Button Mapping Mismatched.
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Wacom
3.12.x
Other Linux
: Normal normal
: ---
Assigned To: Carlos Garnacho
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-04-24 13:57 UTC by the.viclim
Modified: 2014-07-17 14:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix stylus button mapping option mismatched. (7.14 KB, patch)
2014-04-24 15:20 UTC, the.viclim
none Details | Review
wacom: Fix styluys back/forward button assignments (1.00 KB, patch)
2014-07-17 14:56 UTC, Bastien Nocera
committed Details | Review

Description the.viclim 2014-04-24 13:57:13 UTC
Mapping stylus button to "Back" will cause the mapped button to "Scroll Right", instead of going back to previous page in a file/web browser.

Mapping stylus button to "Forward" will cause the mapped button to "Back" instead of going forward in a file/web browser.
Comment 1 the.viclim 2014-04-24 15:20:54 UTC
Created attachment 275061 [details] [review]
Fix stylus button mapping option mismatched.

Glade seems to clean up some empty nodes and moving the properties around for unknown reason.

Should have use a text editor to fix it directly instead.
Comment 2 Bastien Nocera 2014-07-17 14:56:19 UTC
Created attachment 281006 [details] [review]
wacom: Fix styluys back/forward button assignments

The list store contained the wrong values.

Spotted by the.viclim@gmail.com
Comment 3 Bastien Nocera 2014-07-17 14:57:24 UTC
Thanks for the patch, I created another patch with a text editor as you advised ;)

Attachment 281006 [details] pushed as c58b8b0 - wacom: Fix styluys back/forward button assignments