Summary: | Touch Scrolling No Longer Working in Plasma 6.3.1 | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Dashon <dashonwwIII> |
Component: | Application Launcher (Kickoff) widget | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dashonwwIII, kelnio, mikel5764, nate, noahadvs, qydwhotmail |
Priority: | NOR | Keywords: | regression |
Version: | 6.3.1 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/c356fcb64e9ad699fe7c473a582990cc2f30433a | Version Fixed In: | 6.3.2 |
Sentry Crash Report: |
Description
Dashon
2025-02-20 10:25:30 UTC
Caused by https://invent.kde.org/plasma/plasma-desktop/-/commit/c5a4ff53db9d829e6ef33f20a6e3833c89f59307 I can confirm this on a Surface Pro 8, also running Plasma 6.3.1 in EndeavourOS (Arch Linux). SOFTWARE/OS VERSIONS Operating System: EndeavourOS KDE Plasma Version: 6.3.1 KDE Frameworks Version: 6.11.0 Qt Version: 6.8.2 Kernel Version: 6.12.7-arch1-1-surface (64-bit) Graphics Platform: Wayland Processors: 8 × 11th Gen Intel® Core™ i5-1135G7 @ 2.40GHz Memory: 15.5 GiB of RAM Graphics Processor: Intel® Iris® Xe Graphics Manufacturer: Microsoft Corporation Product Name: Surface Pro 8 (In reply to Antonio Rojas from comment #1) > Caused by > https://invent.kde.org/plasma/plasma-desktop/-/commit/ > c5a4ff53db9d829e6ef33f20a6e3833c89f59307 So the fix for one bug caused another? A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2847 Git commit cadf4f57b2eba3ad4a49beb690f330cbcba4f220 by Fushan Wen. Committed on 25/02/2025 at 08:49. Pushed by fusionfuture into branch 'master'. applets/kickoff: fix touch scrolling not working This applies the same fix as the widget explorer. FIXED-IN: 6.3.2 M +32 -19 applets/kickoff/package/contents/ui/AbstractKickoffItemDelegate.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/cadf4f57b2eba3ad4a49beb690f330cbcba4f220 Git commit c356fcb64e9ad699fe7c473a582990cc2f30433a by Fushan Wen. Committed on 25/02/2025 at 09:56. Pushed by fusionfuture into branch 'Plasma/6.3'. applets/kickoff: fix touch scrolling not working This applies the same fix as the widget explorer. FIXED-IN: 6.3.2 (cherry picked from commit cadf4f57b2eba3ad4a49beb690f330cbcba4f220) Co-authored-by: Fushan Wen <qydwhotmail@gmail.com> M +32 -19 applets/kickoff/package/contents/ui/AbstractKickoffItemDelegate.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/c356fcb64e9ad699fe7c473a582990cc2f30433a (In reply to Fushan Wen from comment #6) > Git commit c356fcb64e9ad699fe7c473a582990cc2f30433a by Fushan Wen. > Committed on 25/02/2025 at 09:56. > Pushed by fusionfuture into branch 'Plasma/6.3'. > > applets/kickoff: fix touch scrolling not working > > This applies the same fix as the widget explorer. > FIXED-IN: 6.3.2 > > > (cherry picked from commit cadf4f57b2eba3ad4a49beb690f330cbcba4f220) > > Co-authored-by: Fushan Wen <qydwhotmail@gmail.com> > > M +32 -19 > applets/kickoff/package/contents/ui/AbstractKickoffItemDelegate.qml > > https://invent.kde.org/plasma/plasma-desktop/-/commit/ > c356fcb64e9ad699fe7c473a582990cc2f30433a I'm running 6.3.2 in EndeavourOS. The application menu is "fixed." Touch scrolling does work in the menu, but it's become a little too easy to accidentally grab an application icon and move it around when trying to touch scroll. On my system, touch scrolling in the widget explorer is not fixed. The only thing it seems to do is just grab a widget icon and attempt to move it around. I cannot touch scroll at all in the widget explorer. Also, grabbing the scroll bar to scroll doesn't work in the menu or the widget explorer. Because the fix for the widget explorer is not backported. https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2858 |