a proposed fix in ppa:tjaalton/ppa once it's built

added this patch:

--- a/plugins/wacom/gsd-wacom-manager.c
+++ b/plugins/wacom/gsd-wacom-manager.c
@@ -543,7 +543,7 @@
 
         type = gsd_wacom_device_get_device_type (device);
 
-       if (type == WACOM_TYPE_TOUCH) {
+       if ((type == WACOM_TYPE_TOUCH) && 
(!gsd_wacom_device_is_screen_tablet(device))) {
                set_absolute (device, FALSE);
                return;
        }

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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/ubuntu/+source/gnome-settings-daemon/+bug/949097/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to