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>
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: inkscape/ preferences. xml in a Texteditor
- open ~/.config/
- 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:
mode="screen"
axes="x; y;pressure; xtilt;ytilt; wheel"
mode="screen"
axes="x; y;pressure; xtilt;ytilt; wheel"
mode="screen"
axes="x; y;pressure; xtilt"
<group
id="devices">
<group
id="P:Wacom Co.,Ltd. Pen and multitouch sensor Pen stylus"
keys="" />
<group
id="E:Wacom Co.,Ltd. Pen and multitouch sensor Pen eraser"
keys="" />
<group
id="P:Wacom Co.,Ltd. Pen and multitouch sensor Finger"
keys="" />
</group>