Summary: | Gestures support breaks touch input and is on by default here but off by default upstream | ||
---|---|---|---|
Product: | [Plasma] wacomtablet | Reporter: | Nate Graham <nate> |
Component: | general | Assignee: | Nate Graham <nate> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | baschi29, rdieter |
Priority: | VHI | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/wacomtablet/commit/3c10c7dfa865cb2cfd3ca6ed9c358b24689e5eee | Version Fixed In: | 5.23 |
Sentry Crash Report: |
Description
Nate Graham
2021-08-03 14:14:26 UTC
Working on this. A possibly relevant merge request was started @ https://invent.kde.org/system/wacomtablet/-/merge_requests/3 Git commit 3c10c7dfa865cb2cfd3ca6ed9c358b24689e5eee by Nate Graham. Committed on 06/08/2021 at 16:32. Pushed by ngraham into branch 'master'. Turn off gesture support by default and warn when turning it on manually Gesture support has been disabled by default upstream to work around an inherent incompatibility with Wacom-provided gestures and touch support in Qt; see https://bugreports.qt.io/browse/QTBUG-84756. However the KCM still has it on by default, and its KDED module propagates that change to effectively turn gestore support on automatically. This results in touchscreen touch being broken for all Qt software by default when this repo is installed. This commit turns gesture support off by default to match the new upstream setting and prevent broken touch support in Qt software, and also shows a warning message about this if the user turns it on manually. FIXED-IN: 5.23 M +1 -1 src/common/deviceprofiledefaults.cpp M +14 -1 src/kcmodule/touchpagewidget.cpp M +27 -0 src/kcmodule/touchpagewidget.ui https://invent.kde.org/system/wacomtablet/commit/3c10c7dfa865cb2cfd3ca6ed9c358b24689e5eee *** Bug 427258 has been marked as a duplicate of this bug. *** |