GNOME Bugzilla – Bug 676005
Make "Map Buttons" button insensitive if no pad is found
Last modified: 2012-05-18 09:46:22 UTC
Created attachment 213978 [details] [review] 0001-wacom-if-no-pad-device-is-present-disable-the-Map-Bu.patch Serial devices don't have a pad device and thus no buttons to map. This currently results in: (gnome-control-center:11071): wacom-cc-panel-CRITICAL **: gsd_wacom_device_get_buttons: assertion `GSD_IS_WACOM_DEVICE (device)' failed Attached patch sets the button sensitive based on the presence of a pad device.
You were hiding the button in the ff31b771 commit to master, not making it unsensitive. I've done that for gnome-3-4 now. commit ffb788a428afa853061c886d671e64eabc7d8060 Author: Bastien Nocera <hadess@hadess.net> Date: Fri May 18 10:44:36 2012 +0100 wacom: Hide "Map Buttons" button if no pad is found As done in the ff31b771 commit on master. https://bugzilla.gnome.org/show_bug.cgi?id=676005