| Summary: | Cannot disable "use as pointer and keyboard" | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | neil <neil> |
| Component: | kcm_joystick | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | duha.bugs, etaash.mathamsetty, josh, jpwhiting, matthewevett, nate, yelsinsepulveda |
| Priority: | NOR | ||
| Version First Reported In: | 6.5.80 | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/4a456408e9bb5ff0afaa0ea6fbe00c8daa5dd9ce | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
neil
2026-01-12 15:57:13 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/3450 A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/8640 Git commit 2c3dcfc45a6a4503bfb7c9b92a18bb2c0b2122dd by Marco Martin, on behalf of Vlad Zahorodnii. Committed on 13/01/2026 at 14:54. Pushed by vladz into branch 'master'. kcms/gamecontroller: Fix plasma integration switch KCM.ConfigModule is the wrong object. M +4 -5 kcms/gamecontroller/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/2c3dcfc45a6a4503bfb7c9b92a18bb2c0b2122dd Git commit b21937eab565240d5f51c45109dee20d77dc8ecf by Xaver Hugl. Committed on 13/01/2026 at 20:06. Pushed by zamundaaa into branch 'master'. plugins/gamecontroller: don't change usage count to negative values In some cases, another app might've opened the controller node before KWin, so if that app closes the node again, usage count would go below zero, which causes problems like input emulation being active only when another app is using the controller, which is the exact opposite of what we want. M +15 -10 src/plugins/gamecontroller/gamecontroller.cpp M +2 -1 src/plugins/gamecontroller/gamecontroller.h M +2 -2 src/plugins/gamecontroller/gamecontrollermanager.cpp https://invent.kde.org/plasma/kwin/-/commit/b21937eab565240d5f51c45109dee20d77dc8ecf Git commit 513f04813619e8118d3613b9dfd7c1041fcc45e6 by Vlad Zahorodnii, on behalf of Xaver Hugl. Committed on 14/01/2026 at 08:07. Pushed by vladz into branch 'Plasma/6.6'. plugins/gamecontroller: don't change usage count to negative values In some cases, another app might've opened the controller node before KWin, so if that app closes the node again, usage count would go below zero, which causes problems like input emulation being active only when another app is using the controller, which is the exact opposite of what we want. (cherry picked from commit b21937eab565240d5f51c45109dee20d77dc8ecf) M +15 -10 src/plugins/gamecontroller/gamecontroller.cpp M +2 -1 src/plugins/gamecontroller/gamecontroller.h M +2 -2 src/plugins/gamecontroller/gamecontrollermanager.cpp https://invent.kde.org/plasma/kwin/-/commit/513f04813619e8118d3613b9dfd7c1041fcc45e6 *** Bug 514569 has been marked as a duplicate of this bug. *** Git commit 4a456408e9bb5ff0afaa0ea6fbe00c8daa5dd9ce by Xaver Hugl, on behalf of Vlad Zahorodnii. Committed on 14/01/2026 at 16:17. Pushed by zamundaaa into branch 'Plasma/6.6'. kcms/gamecontroller: Fix plasma integration switch KCM.ConfigModule is the wrong object. (cherry picked from commit 2c3dcfc45a6a4503bfb7c9b92a18bb2c0b2122dd) M +4 -5 kcms/gamecontroller/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/4a456408e9bb5ff0afaa0ea6fbe00c8daa5dd9ce *** Bug 514800 has been marked as a duplicate of this bug. *** |