[Bug 112310] Re: Setting Wacom pen button to double click doesn't work

2013-04-17 Thread levien
This seems to be fixed in 12.04, albeit with a new syntax. To assign a double-click to a button, either run something like: xsetwacom --set Wacom Graphire2 4x5 stylus Button 3 button 1 button 1 (source: https://gist.github.com/i-e-b/2894651) or better, create a file

[Bug 112310] Re: Setting Wacom pen button to double click doesn't work

2013-04-17 Thread Thomas Hotz
** Changed in: xf86-input-wacom (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/112310 Title: Setting Wacom pen button to double click doesn't work

[Bug 112310] Re: Setting Wacom pen button to double click doesn't work

2011-09-08 Thread Sergey Chernov
It is confirmed in 10.04. ** Changed in: xf86-input-wacom (Ubuntu) Status: Expired = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/112310 Title: Setting Wacom pen button to double

[Bug 112310] Re: Setting Wacom pen button to double click doesn't work

2010-06-11 Thread Bryce Harrington
We're closing this bug since it is has been some time with no response from the original reporter. However, if the issue still exists please feel free to reopen with the requested information. Also, if you could, please test against the latest development version of Ubuntu, since this

[Bug 112310] Re: Setting Wacom pen button to double click doesn't work

2010-05-21 Thread Bryce Harrington
[Resetting to incomplete since we need a response from the original reporter on this]. ** Changed in: xf86-input-wacom (Ubuntu) Status: Incomplete = New ** Changed in: xf86-input-wacom (Ubuntu) Status: New = Incomplete -- Setting Wacom pen button to double click doesn't work

[Bug 112310] Re: Setting Wacom pen button to double click doesn't work

2010-05-17 Thread levien
As I am not the original reporter, I've submitted a new bug report for Lucid as Bug #581663 I also found a workaround that was submitted a few months ago to one of the Ubuntu forums. It uses the X key-bindings to produce double click events. I did not test it yet:

[Bug 112310] Re: Setting Wacom pen button to double click doesn't work

2010-05-14 Thread Bryce Harrington
[This is an automatic notification.] Hi Harm, This bug was reported against an earlier version of Ubuntu, can you test if it still occurs on Lucid? Please note we also provide technical support for older versions of Ubuntu, but not in the bug tracker. Instead, to raise the issue through normal

[Bug 112310] Re: Setting Wacom pen button to double click doesn't work

2010-05-06 Thread Erik van Oosten
This is probably related to 570550 Can't make Wacom button emit double- click when compiz enabled. -- Setting Wacom pen button to double click doesn't work https://bugs.launchpad.net/bugs/112310 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 112310] Re: Setting Wacom pen button to double click doesn't work

2010-05-06 Thread levien
As suggested in bug #446943 I added the following two lines to the first section of /usr/lib/X11/xorg.conf.d/10-wacom.conf in Lucid: Option Button2 3 Option Button3 dblclick 1 Button 2 now works as expected, but for button 3 Xorg still complains that the value should be an integer and refuses

[Bug 112310] Re: Setting Wacom pen button to double click doesn't work

2010-04-29 Thread levien
The problem still persists in Lucid when using xsetwacom. Also, I'm unsure as to where the wacom configuration settings should go now in the Xorg configuration files... The HAL fdi-stuff is deprecated as I understand, and wacom configuration now seems to be located in

[Bug 112310] Re: Setting Wacom pen button to double click doesn't work

2010-04-16 Thread Bryce Harrington
Thank you for reporting this issue with wacom-tools, we are migrating all of these bug reports over to the xf86-input-wacom package as this replaces the older package in the development version of Ubuntu. This would be a good point for you to re-test this issue against the new package to see if

[Bug 112310] Re: Setting Wacom pen button to double click doesn't work

2009-09-24 Thread Erik van Oosten
Confirming that value 196609 does not work on Ubunu 9.04: e...@oosttop:~$ sudo tail -f /var/log/Xorg.0.log (**) Wacom Bamboo: max y = 9225 (**) Wacom Bamboo: max z = 511 (**) Option Button2 3 (**) Wacom Bamboo: button2 assigned to 3 (**) Option Button3 196609 (**) Wacom Bamboo: button3 assigned

[Bug 112310] Re: Setting Wacom pen button to double click doesn't work

2009-09-23 Thread Maarten Hazewinkel
It appears that any 'dblclick X' event is actually set up as 'dblclick 0'. This can be confirmed by running: xsetwacom get stylus button3 A way around this is suggested in http://ubuntuforums.org/archive/index.php/t-418203.html xsetwacom set stylus button3 196609 This will set it to 'DBLCLICK

[Bug 112310] Re: Setting Wacom pen button to double click doesn't work

2009-05-13 Thread levien
I can confirm this on Jaunty. In Intrepid, this at least used to work: xsetwacom set Wacom Graphire2 4x5 button3 dblclick 1 But as of Jaunty, setting a button to dblclick 1 or 17 seems to be broken, which is rather annoying. I haven't tried setting it in xorg.conf, as that already stopped

[Bug 112310] Re: Setting Wacom pen button to double click doesn't work

2009-05-12 Thread Erik van Oosten
On Jaunty: While looking at 'tail -f Xorg.0.log' I see that mappins that include a 'dblclick' are ignored while others are not. E.g. the following work: xsetwacom set Wacom Graphire2 4x5 button2 3 xsetwacom set Wacom Graphire2 4x5 button1 1 while this one does not: xsetwacom set Wacom Graphire2

[Bug 112310] Re: Setting Wacom pen button to double click doesn't work

2009-04-07 Thread Bryce Harrington
** Changed in: wacom-tools (Ubuntu) Status: Incomplete = Confirmed -- Setting Wacom pen button to double click doesn't work https://bugs.launchpad.net/bugs/112310 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 112310] Re: Setting Wacom pen button to double click doesn't work

2008-11-29 Thread JaysonRowe
Since it's been a very long time since any additional info was added to this bug, I'm just checking to see if this is still an issue, and find out what additional work should be done on this bug. -- Setting Wacom pen button to double click doesn't work https://bugs.launchpad.net/bugs/112310 You

[Bug 112310] Re: Setting Wacom pen button to double click doesn't work

2008-04-26 Thread levien
Sorry for the delay, I only just installed Hardy due to lack of time (and disk-space for the update). The wacom-tools method seems to work correctly now. However, adding Option Button3 dblclick 1 or Option Button3 17 to xorg.conf still does not work. When using the first form, X complains

[Bug 112310] Re: Setting Wacom pen button to double click doesn't work

2007-12-30 Thread Timo Aaltonen
Closing invalid component. ** Changed in: xorg (Ubuntu) Status: New = Invalid -- Setting Wacom pen button to double click doesn't work https://bugs.launchpad.net/bugs/112310 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu.

[Bug 112310] Re: Setting Wacom pen button to double click doesn't work

2007-12-30 Thread Timo Aaltonen
Please try on hardy alpha2 + updates (new wacom-tools uploaded today). ** Changed in: wacom-tools (Ubuntu) Status: New = Incomplete -- Setting Wacom pen button to double click doesn't work https://bugs.launchpad.net/bugs/112310 You received this bug notification because you are a member