tb2097 / wacom-gui

Python/PyQt Wacom GUI for KDE
GNU General Public License v3.0
134 stars 36 forks source link

Warnings when using a Wacom Cintiq Pro 16 (DTH-1620) #19

Closed jcpearson closed 6 years ago

jcpearson commented 6 years ago

When using a Cintiq Pro 16, wacom-gui gives the following warnings:

Cannot find device 'None cursor'.
Cannot find device 'None cursor'.
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::font: Painter not active
QPainter::setFont: Painter not active
QPainter::setPen: Painter not active
QPainter::end: Painter not active, aborted

I believe this is because this tablet doesn't have a cursor device:

% xsetwacom --list
Wacom Cintiq Pro 16 Pen stylus          id: 8   type: STYLUS    
Wacom Cintiq Pro 16 Pen eraser          id: 15  type: ERASER    
Wacom Cintiq Pro 16 Touch Finger touch  id: 16  type: TOUCH  
tb2097 commented 6 years ago

Closing this issue as it is related to the 0.2.x releases and I have no plans to further maintain it.