Summary: | System Settings: Can't reset `Map to screen` to default value. | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | madness742 |
Component: | kcm_tablet | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | aleixpol, josh, kde, nate, xanaroth |
Priority: | NOR | ||
Version First Reported In: | 6.4.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/3b42ac4f46f705f3cb277e34f1906afcd5015e9a | Version Fixed In: | 6.4.1 |
Sentry Crash Report: |
Description
madness742
2025-06-19 08:59:35 UTC
this feels similar to my Issue, I cant map my Digitizer to my Pendisplay. (Multi screen setup) Summary: map the output to a screen gets ignored. Observed Result: always active option is the last active screen despite the config file noting the selected screen Expected Result: cursor on the tablet only no matter the last active screen. Also on Fedora 42 and running KDE6.4 but persistent in earlier versions too A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/3081 Git commit c5fe5a3026e9c77a0ad301723754f07cbd5a575d by Joshua Goins. Committed on 28/06/2025 at 21:20. Pushed by redstrate into branch 'master'. kcms/tablet: Refresh the "Map to screen" option during reset This is because the combo box's current index is decided by a function call, and isn't a property binding. We have existing infrastructure for this scenario, it just needs to be repurposed for the Display tab now. FIXED-IN: 6.4.1 M +14 -8 kcms/tablet/ui/DisplayTab.qml M +9 -0 kcms/tablet/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/c5fe5a3026e9c77a0ad301723754f07cbd5a575d Sorry, missed the 6.4.1 window (ignore the commit message.) It will come in 6.4.2 instead Git commit 3b42ac4f46f705f3cb277e34f1906afcd5015e9a by Joshua Goins. Committed on 28/06/2025 at 22:19. Pushed by redstrate into branch 'Plasma/6.4'. kcms/tablet: Refresh the "Map to screen" option during reset This is because the combo box's current index is decided by a function call, and isn't a property binding. We have existing infrastructure for this scenario, it just needs to be repurposed for the Display tab now. FIXED-IN: 6.4.1 (cherry picked from commit c5fe5a3026e9c77a0ad301723754f07cbd5a575d) Co-authored-by: Joshua Goins <josh@redstrate.com> M +14 -8 kcms/tablet/ui/DisplayTab.qml M +9 -0 kcms/tablet/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/3b42ac4f46f705f3cb277e34f1906afcd5015e9a |