|
From: Peter H. <pet...@wh...> - 2012-05-02 23:38:38
|
Crashes gnome-control-center without it. (gnome-control-center:18115): wacom-cc-panel-WARNING **: Could not set the current stylus ID 0x0 for tablet 'Wacom Bamboo Pen & Touch', no general pen found wacom-cc-panel:ERROR:gsd-wacom-device.c:1491:gsd_wacom_device_set_current_stylus: assertion failed: (device->priv->styli) Signed-off-by: Peter Hutterer <pet...@wh...> --- data/bamboo-pen-and-touch.tablet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/bamboo-pen-and-touch.tablet b/data/bamboo-pen-and-touch.tablet index 125db37..3fff338 100644 --- a/data/bamboo-pen-and-touch.tablet +++ b/data/bamboo-pen-and-touch.tablet @@ -13,7 +13,7 @@ Width=6 Height=4 # The other stylusses don't match it, it has two buttons and an eraser. -Styli=0xfffff +Styli=0xfffff;0xffffe; [Features] Stylus=true -- 1.7.10 |