Hello everyone!
I recently bought a drawing tablet — it works great out of the box and in Krita. I have a very wide screen and I want the drawing tablet’s area to be mapped only to a certain area of the monitor. I can configure this in the corresponding system settings module. In the following, I’m going to describe a problem I’m having with the settings. Can you reproduce this bug? If so, I’d open a ticket on the bug tracker for it.
Problematic behavior
Changes made in the drawing tablet section of system settings are applied to the current session correctly. However, the settings are reset to their default values when I end the session (i.e. log out and log back in, or reboot the system). The settings do not reset when I merely reconnect the drawing tablet via bluetooth.
Investigation
I have looked through the configuration files in ~/.config, ~/.cache and ~/.local but none of the KDE-related files appear to store the settings. I investigated how the drawing tablet input stack works under wayland, and it turns out that the input is handled by libinputand thatkwinis responsible for passing the settings to the libinput library. Therefore, I would expect kwin to also store the settings, for example in ~/.config/kwinrc.
It appears to me that kwin simply doesn’t save the settings, but only applies them for the currently running session. But it could conceivably also be a problem with the system settings, e.g. if the button “save” was wired to only “apply” the settings.
Workaround
Either configure the settings again in each session, or use a different driver such as OpenTabletDriver which works independently from KDE Plasma and libinput. OpenTabletDriver lacks Bluetooth support though.
System Information
Operating System: NixOS 25.11
KDE Plasma Version: 6.5.4
KDE Frameworks Version: 6.20.0
Qt Version: 6.10.1
Kernel Version: 6.12.63 (64-bit)
Graphics Platform: Wayland
Processors: 32 × AMD Ryzen 9 9950X 16-Core Processor
Memory: 96 GiB of RAM (92.0 GiB usable)
Graphics Processor 1: AMD Radeon RX 6700 XT
Graphics Processor 2: AMD Ryzen 9 9950X 16-Core Processor
Manufacturer: ASUS
I’m using the Wacom Intuos CTL-4100WL drawing tablet.