[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-05-10 Thread Timo Aaltonen
ahah, the key is the 'fallback' bits in the debug output.. that would
suggest that libwacom doesn't know about the device, therefore g-s-d
doesn't know it's supposed to be a builtin device (info which should
come from the libwacom data). I've got a Fujitsu tablet now where I can
test this stuff, hope to get it working by tomorrow at the latest..
before UDS is over and I need to give the tablet back :)

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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-05-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/libwacom

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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-05-10 Thread Timo Aaltonen
I've uploaded a fixed libwacom for quantal, but backporting the fixes to
precise will be difficult.. I'll check the options next week after UDS.

** Package changed: gnome-settings-daemon (Ubuntu) = libwacom (Ubuntu)

** Also affects: libwacom (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: xf86-input-wacom (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: libwacom (Ubuntu Precise)
   Importance: Undecided = High

** Changed in: libwacom (Ubuntu Precise)
   Status: New = Triaged

** No longer affects: xf86-input-wacom (Ubuntu)

** No longer affects: xf86-input-wacom (Ubuntu Precise)

** Changed in: libwacom (Ubuntu)
   Status: Incomplete = Fix Released

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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-05-05 Thread Consumology
I created a thread for this here:
http://ubuntuforums.org/showthread.php?p=11909259#post11909259

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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-05-04 Thread Tomas
Hmm, that's odd. The scripts is being executed (after I removed the stuff you 
accidentally placed after #!/bin/bash). I tested it by replacing the xsetwacom 
part with mkdir /home/tomas/itsworking. 
I know little about Linux, but I guess it could be that, for example, (i) the 
problem is somewhere in the code that is being executed after your scripts or 
(ii) the script is being executed before the Wacom stuff is initialised, i.e. 
xsetwacom is not properly recognised.
I'll see if I can come up with a working workaround. Will let you know if I 
find something.

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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-05-03 Thread Consumology
You are right, I also have a script in my home folder and it does only work 
after start up, not after resuming (although you can always start it manually 
by clicking it).
The strange thing is that in 11.04 I had a similar workaround to switch on 
touch gestures but those worked also after resuming. 

So I followed your link and tried to figure out what to do. I created an
executable additional script named '99_xsetwacom.sh' in /etc/pm/sleep.d/
and put in the code below - but it just does not work, any ideas if
something is wrong with this script?

#!/bin/bash99_xsetwacom.sh
case $1 in
thaw|resume)
xsetwacom set Serial Wacom Tablet touch Mode Absolute
;;
*)
;;
esac
exit $?

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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-05-01 Thread Consumology
I can confirm the exact same problem on my Fujitsu T730.
Found the workaround here: 
https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom/+bug/976948
in the terminal, enter

xsetwacom --set Serial Wacom Tablet touch mode Absolute

Then also touch works as before with 11.10. Any way to make this
solution permanent?

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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-05-01 Thread Tomas
About the workaround: I'm running a little bash script when my computer
starts that does just what you cited there (through startup
applications). However, that won't fix the issue when the computer
resumes from suspend: the pointer is still relative.

If you want to fix this on your computer, you might want to look at this post:
http://ubuntuforums.org/showthread.php?t=1484156
Though the post is a bit old, it should still work (tell me if I'm wrong). In 
that post the author explains how to run a script automatically when your 
computer resumes from suspend. Combining this with the startup applications 
should fix the problem.

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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-04-29 Thread Jason Turnbull
I second this - Levono X200 Tablet - finger touch is absolute on login
screen but after login the stylus operates in absolute mode but finger
touch is relative...

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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-04-23 Thread Moustafa Chamli
I must mention the touch issue still persists on my laptop, even with a
new/guest account.

Is there any additional info I can add to this?

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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-04-20 Thread Timo Aaltonen
Evan, thanks for testing. Looks like the output isn't as verbose as I
thought it would be, so maybe the package needs to be modified a bit to
get the debug info I was looking after..

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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-04-18 Thread Evan Tatarka
This is what I got:

** (gnome-settings-daemon:9972): DEBUG: Loading plugin: 
/usr/lib/gnome-settings-daemon-3.0/wacom.gnome-settings-plugin
** (gnome-settings-daemon:9972): DEBUG: GnomeSettingsPluginInfo: name='Wacom' 
file='/usr/lib/gnome-settings-daemon-3.0/wacom.gnome-settings-plugin' 
location='gsdwacom'
** (gnome-settings-daemon:9972): DEBUG: Loading 
/usr/lib/gnome-settings-daemon-3.0/libgsdwacom.so
(gnome-settings-daemon:9972): wacom-plugin-DEBUG: GsdWacomPlugin initializing
(gnome-settings-daemon:9972): wacom-plugin-DEBUG: Activating wacom plugin
** (gnome-settings-daemon:9972): DEBUG: GnomeSettingsManager: emitting 
plugin-activated gsdwacom
** (gnome-settings-daemon:9972): DEBUG: Plugin gsdwacom: active
(gnome-settings-daemon:9972): libwacom-WARNING **: Tablet 'usb:056a:0015' has 
no buttons defined, do something!
(gnome-settings-daemon:9972): libwacom-WARNING **: Tablet 'usb:056a:0014' has 
no buttons defined, do something!
(gnome-settings-daemon:9972): libwacom-WARNING **: Tablet 'usb:056a:0013' has 
no buttons defined, do something!
(gnome-settings-daemon:9972): wacom-plugin-DEBUG: Creating fallback driver for 
wacom tablet 'Serial Wacom Tablet touch' ('/dev/ttyS4')
(gnome-settings-daemon:9972): wacom-plugin-DEBUG: Adding device 'Serial Wacom 
Tablet touch' (type: 'Touch') to known devices list
(gnome-settings-daemon:9972): wacom-plugin-DEBUG: Applying settings for device 
'Serial Wacom Tablet touch' (type: Touch)
(gnome-settings-daemon:9972): wacom-plugin-DEBUG: Creating fallback driver for 
wacom tablet 'Serial Wacom Tablet eraser' ('/dev/ttyS4')
(gnome-settings-daemon:9972): wacom-plugin-DEBUG: Adding device 'Serial Wacom 
Tablet eraser' (type: 'Eraser') to known devices list
(gnome-settings-daemon:9972): wacom-plugin-DEBUG: Applying settings for device 
'Serial Wacom Tablet eraser' (type: Eraser)
(gnome-settings-daemon:9972): wacom-plugin-DEBUG: Applying matrix to device...
(gnome-settings-daemon:9972): wacom-plugin-DEBUG: Applying setting for stylus 
'General Pen Eraser' on device 'Generic'
(gnome-settings-daemon:9972): wacom-plugin-DEBUG: Creating fallback driver for 
wacom tablet 'Serial Wacom Tablet stylus' ('/dev/ttyS4')
(gnome-settings-daemon:9972): wacom-plugin-DEBUG: Adding device 'Serial Wacom 
Tablet stylus' (type: 'Stylus') to known devices list
(gnome-settings-daemon:9972): wacom-plugin-DEBUG: Applying settings for device 
'Serial Wacom Tablet stylus' (type: Stylus)
(gnome-settings-daemon:9972): wacom-plugin-DEBUG: Applying matrix to device...
(gnome-settings-daemon:9972): wacom-plugin-DEBUG: Applying setting for stylus 
'General Pen' on device 'Generic'

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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-04-17 Thread Timo Aaltonen
could someone with this bug upgrade to current precise, then

- install openbox (or some other non-gnome desktop)
- log in to openbox
- fire up a terminal (right-click menu on openbox)
- run 'G_DEBUG_MESSAGES=all gnome-settings-daemon --debug 21 | grep wacom'
- add the output here


** Changed in: gnome-settings-daemon (Ubuntu)
   Status: In Progress = Incomplete

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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-04-16 Thread Timo Aaltonen
Reopening, since the current patch isn't correct.

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: Fix Released = In Progress

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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-04-14 Thread ODDie
It seems like it's fixed for after login, but I have noticed that
touchscreen backs to relative on every switch from console to X server
(CTL+ALT+F1  CTL+ALT+F7). Don't know if it's related to the same thing.

Ubu 12.04b2 up to date
gnome-settings-daemon3.4.0-0ubuntu7

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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-04-13 Thread Bug Watch Updater
** Changed in: xf86-input-wacom
   Status: New = Fix Released

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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-04-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gnome-settings-daemon/ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in 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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-04-11 Thread Martin Pitt
Thanks Timo! Can you please forward this upstream as well?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in 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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-04-11 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-settings-daemon - 3.4.0-0ubuntu6

---
gnome-settings-daemon (3.4.0-0ubuntu6) precise; urgency=low

  * debian/patches/wacom-keep-touchscreen-absolute.patch:
- Don't set touchscreens to relative mode (LP: #949097)
 -- Timo Aaltonen tjaal...@ubuntu.com   Wed, 11 Apr 2012 17:05:04 +0300

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in 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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-04-11 Thread Timo Aaltonen
Martin: yes that was the plan, and I just did.

** Bug watch added: GNOME Bug Tracker #673919
   https://bugzilla.gnome.org/show_bug.cgi?id=673919

** Also affects: xf86-input-wacom via
   https://bugzilla.gnome.org/show_bug.cgi?id=673919
   Importance: Unknown
   Status: Unknown

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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-04-11 Thread Bug Watch Updater
** Changed in: xf86-input-wacom
   Status: Unknown = New

** Changed in: xf86-input-wacom
   Importance: Unknown = Medium

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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-04-05 Thread Timo Aaltonen
I've spotted the code that sets the touch device in relative mode, but
need to figure out how to not break tablets with touch support (which
need to use relative mode).

** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Undecided = High

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: New = In Progress

** Changed in: gnome-settings-daemon (Ubuntu)
 Assignee: (unassigned) = Timo Aaltonen (tjaalton)

** Changed in: xf86-input-wacom (Ubuntu)
   Status: Incomplete = Invalid

** Changed in: xf86-input-wacom (Ubuntu)
 Assignee: Timo Aaltonen (tjaalton) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in 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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-04-05 Thread Timo Aaltonen
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
Desktop Bugs, which is subscribed to gnome-settings-daemon in 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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-04-05 Thread Timo Aaltonen
Bryce debugged it further, and noticed that another function had to be
used for the condition checking.. uploaded a new version to the ppa that
should fix this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in 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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-04-04 Thread Bryce Harrington
** Also affects: gnome-settings-daemon (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in 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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-04-04 Thread Bryce Harrington
This made it work properly for me on a fujitsu T4410 with wacom serial
touch screen:

gsettings set org.gnome.settings-daemon.plugins.gsdwacom active false

Without that, I get relative tracking behavior as described in bug
973133.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in 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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-04-04 Thread Jason Wagner
Just did today's updates and this appears to be resolved.  Can someone
else confirm?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in 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

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


[Bug 949097] Re: Serial Wacom Tablet touch not in absolute mode when logged in

2012-04-04 Thread ODDie
I just did update and problem still occurs :/ (lenovo x200t hardware)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in 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

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