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 675299 - libwacom 0.5 breaks Stylus UI
libwacom 0.5 breaks Stylus UI
Status: RESOLVED NOTGNOME
Product: gnome-control-center
Classification: Core
Component: Wacom
git master
Other All
: Normal normal
: ---
Assigned To: Peter Hutterer
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-02 14:26 UTC by Olivier Fourdan
Modified: 2012-05-02 15:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot of unaligned UI entries (40.42 KB, image/png)
2012-05-02 14:26 UTC, Olivier Fourdan
Details

Description Olivier Fourdan 2012-05-02 14:26:46 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")
Comment 1 Bastien Nocera 2012-05-02 15:59:03 UTC
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