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 676170 - Wacom: Match output rotation to device
Wacom: Match output rotation to device
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Wacom
git master
Other Linux
: Normal normal
: ---
Assigned To: Peter Hutterer
Control-Center Maintainers
Depends on: 668547
Blocks:
 
 
Reported: 2012-05-16 14:55 UTC by Olivier Fourdan
Modified: 2012-07-03 09:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (3.08 KB, patch)
2012-05-16 15:04 UTC, Olivier Fourdan
reviewed Details | Review

Description Olivier Fourdan 2012-05-16 14:55:27 UTC
This is the gnome-control-center part for bug 668547.

The Wacom panel in gnome-control-center needs to be updated as well, because left-handed settings sets rotation as well, so it needs to match the actual output rotation.
Comment 1 Olivier Fourdan 2012-05-16 15:04:18 UTC
Created attachment 214187 [details] [review]
Proposed patch

Note this patch requires gsd-wacom-device.[ch] from gnome-settings-daemon with attachment 214186 [details] [review] from bug 668547 applied (and "make update-from-gsd" from within panels/wacom/)
Comment 2 Bastien Nocera 2012-05-18 10:04:29 UTC
Review of attachment 214187 [details] [review]:

Looks fine, pending the gnome-settings-daemon patch landing.
Comment 3 Olivier Fourdan 2012-07-03 09:52:33 UTC
commit 1612735104832e90efd00b8ac4557679877dfe76

    wacom: apply display rotation to device
    
    When an output is mapped to a device, match the device rotation
    with the output (bug #676170)