GNOME Bugzilla – Bug 675299
libwacom 0.5 breaks Stylus UI
Last modified: 2012-05-02 15:59:03 UTC
Created attachment 213295 [details] Screenshot of unaligned UI entries Using the (latest to date) libwacom 0.5 breaks the UI layout for the stylus in some cases (see attached screenshot). Logs show: (test-wacom:12143): wacom-cc-panel-WARNING **: The layout of this page is not known, 2 buttons, without eraser To reproduce: 1. Run test-wacom from gnome-control-center/panels/wacom 2. Select the 3rd or 4th tablet in the list ("Wacom Graphire Wireless" or "Wacom Serial Tablet WACf004")
When you run it, you'd get: (test-wacom:7892): wacom-cc-panel-WARNING **: The layout of this page is not known, 2 buttons, without eraser When the default stylus is declared as HasEraser=true. Fixed in libwacom commit 17eb272e0cc6dd8404d210770ab9c2c0c9624a09 Author: Bastien Nocera <hadess@hadess.net> Date: Wed May 2 16:57:04 2012 +0100 lib: Fix generic stylus missing an eraser HasEraser=yes, but we didn't add an eraser for the stylus, leading to bugs in the display UI for consumer products. https://bugzilla.gnome.org/show_bug.cgi?id=675299