*** If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** STEPS TO REPRODUCE 1. Open overview 2. Create more virtual desktops than what fits in the screen 3. Scroll horizontally with touchpad OBSERVED RESULT Scrolling is extremely slow EXPECTED RESULT Scrolling horizontally should have the same speed as vertical scrolling SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.1.1 KDE Frameworks Version: 6.3.0 Qt Version: 6.7.2 Kernel Version: 6.9.6-arch1-1 (64-bit) Graphics Platform: Wayland Processors: 2 × AMD A9-9420e RADEON R5, 5 COMPUTE CORES 2C+3G Memory: 7.2 GiB of RAM Graphics Processor: AMD Radeon R5 Graphics Manufacturer: Dell Inc. Product Name: Inspiron 3180 System Version: 1.1.0 ADDITIONAL INFORMATION Possibly related to https://bugs.kde.org/show_bug.cgi?id=375069
Can reproduce; way too slow.
Thia is caused by the use of a Flickable in DesktopBar.qml. It should be a ScrollView with a ListView in it. I tried changing it, but it's pretty fiddly to preserve the existing centering behavior, and I gave up. Making that change would likely also fix Bug 478968 and Bug 449908.