Comment 49 for bug 790130

Revision history for this message
peter.muster (durtreg) wrote :

This is a bug, that seems unmaintained, the comment of apienk says pretty clearly, that he cannot save the configuration, otherwise it works.

The only thing to do to get it to work under Linux is:
- open ~/.config/inkscape/preferences.xml in a Texteditor
- search for wacom
- and enter mode="screen", in the appropriate section (see below)

This is just a GUI problem at the moment (apart from the overlay-scrollbar thing that does not affect me).

The relevant section in the .xml that works for me now is:
  <group
     id="devices">
    <group
       id="P:Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus"
       mode="screen"
       axes="x;y;pressure;xtilt;ytilt;wheel"
       keys="" />
    <group
       id="E:Wacom Co.,Ltd. Pen and multitouch sensor Pen eraser"
       mode="screen"
       axes="x;y;pressure;xtilt;ytilt;wheel"
       keys="" />
    <group
       id="P:Wacom Co.,Ltd. Pen and multitouch sensor Finger"
       mode="screen"
       axes="x;y;pressure;xtilt"
       keys="" />
  </group>