https://bugs.kde.org/show_bug.cgi?id=508084
Joshua Goins <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version| |6.5.4 Fixed/Implemented| | In| | Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |d440769bd1ee3999ada45dfea1f | |dd8432e294f54 --- Comment #22 from Joshua Goins <[email protected]> --- Git commit d440769bd1ee3999ada45dfea1fdd8432e294f54 by Joshua Goins. Committed on 04/12/2025 at 20:17. Pushed by redstrate into branch 'master'. kcms/tablet: Fix configuration for misbehaving devices Certain graphics tablets (for some reason) has two different stylus/pen devices in the same group. Our code was assuming that there would only be one pen device, and thus one was always hidden from the user. This seems harmless at first, but apparently only one of these devices actually configured the stylus. So configuring the screen, pen buttons, etc. would appear to do nothing. We can work around this by splitting these extra pens or whatever into their own group, so users can at least configure these devices. Actually solving this "extra device in group" problem should happen somewhere else. FIXED-IN: 6.5.4 M +28 -20 kcms/tablet/tabletsmodel.cpp https://invent.kde.org/plasma/plasma-desktop/-/commit/d440769bd1ee3999ada45dfea1fdd8432e294f54 -- You are receiving this mail because: You are watching all bug changes.
