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 752039 - Unable to disable "touch" on a "pen & touch" wacom device
Unable to disable "touch" on a "pen & touch" wacom device
Status: RESOLVED OBSOLETE
Product: gnome-control-center
Classification: Core
Component: Wacom
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Carlos Garnacho
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-06 21:45 UTC by eduardo.perezesteban
Modified: 2021-06-09 16:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Mockup (45.68 KB, image/png)
2016-06-01 08:41 UTC, Pander
Details

Description eduardo.perezesteban 2015-07-06 21:45:02 UTC
Current configuration dialog for Wacom Tablets does not have an option to disable the "touch" part of a "pen & touch" device; I tried to disable it using a custom "/etc/X11/xorg.conf.d/55-local-wacom.conf" file, but it was not working.

I discovered that I had to enter "dconf-editor" and disable "gsdwacom" in "org > gnome > settings-daemon > plugins".
Comment 1 Pander 2015-11-05 07:28:24 UTC
Yes, please offer disabling/enabling touch for tablet. On the commandline one can do
  xsetwacom set <id> touch off
and
  xsetwacom set <id> touch on
but the non-technical or normal user of GNOME would want to do that via Control Center.

Please have this setting be persistent so that plugging out and plugging in of a tablet of the same USB ID or restarting of GNOME will result into the same setting.

The visual implementation can be a switch, comparable to the tablet on the left-hand side switch.
Comment 3 eduardo.perezesteban 2015-11-06 08:22:03 UTC
On Fedora 22 / Gnome 3.16, the touch part of my "pen & touch" device is handled as a "touchpad", and can be disabled from the "Mouse & Touchpad" entry in the settings.
Comment 4 Pander 2015-11-07 15:08:07 UTC
On Ubuntu 15.10 / GNOME 3.16 it is not unfortunately. I use a https://sourceforge.net/p/linuxwacom/bugs/291/ (see comments below on that page)
Comment 5 Pander 2015-12-07 16:32:27 UTC
Eduardo, yes, touchpad on your laptop and touchpad on your tablet should not get mixed up.
Comment 6 eduardo.perezesteban 2015-12-07 22:07:15 UTC
@Pander: I do not own a laptop, something is confusing the tablet with a touchpad, even if it is attached to a desktop computer.
Comment 7 Pander 2015-12-08 16:27:38 UTC
@Eduardo, that is even worse. Hope someone can tell figure out what the problem is or ask you to gather certain debug info to be able to find the cause of it.
Comment 8 Pander 2016-06-01 08:37:24 UTC
Commands for ~/.bash_aliases to disable and enable touch on only the tablet are:

alias touch-off="xsetwacom set `xsetwacom list|grep -i touch|awk -F 'id: ' '{print $2}'|awk '{print $1}'` touch off"
alias touch-on="xsetwacom set `xsetwacom list|grep -i touch|awk -F 'id: ' '{print $2}'|awk '{print $1}'` touch on"

You could even make a script that toggles it by using:

xsetwacom get `xsetwacom list|grep -i touch|awk -F 'id: ' '{print $2}'|awk '{print $1}'` touch

which will result in 'on' or 'off'.
Comment 9 Pander 2016-06-01 08:41:44 UTC
Created attachment 328862 [details]
Mockup
Comment 10 Pander 2020-11-17 14:49:16 UTC
What is the current status (with regard to that bugzilla is replaced with github)?
Comment 11 André Klapper 2021-06-09 16:27:53 UTC
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org.
As part of that, we are mass-closing older open tickets in bugzilla.gnome.org
which have not seen updates for a longer time (resources are unfortunately
quite limited so not every ticket can get handled).

If you can still reproduce the situation described in this ticket in a recent
and supported software version, then please follow
  https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines
and create a new bug report at
  https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/

Thank you for your understanding and your help.