Summary: | dolphin 16.08.1's Mousewheel scrolling is very small at all settings in non-Plasma5-desktops (regression from 16.04) | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Shlomi Fish <shlomif> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | elvis.angelaccio, jdchoate, kolAflash, marius.steffen, martin.sandsmark, nate, rdieter, tonurics, wbauer1 |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Mageia RPMs | ||
OS: | Linux | ||
URL: | https://bugs.mageia.org/show_bug.cgi?id=19362 | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=365968 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Shlomi Fish
2016-09-24 15:01:06 UTC
According to git bisect: <<<<<< 8d61c9c7b6f5a97803bf154529b413ee69bc2a1c is the first bad commit commit 8d61c9c7b6f5a97803bf154529b413ee69bc2a1c Author: Martin T. H. Sandsmark <martin.sandsmark@kde.org> Date: Wed Jul 13 00:29:15 2016 +0200 Fix scrolling on hidpi screens Scrolling with libinput was unbearably slow. QScrollBar is much better at scrolling than us, so let it handle it. REVIEW: 128432 BUG: 357618 :040000 040000 356cc733e7cfb01d864d645b63919fe8beccce03 33b98e096f14a4ca83ff3ab5640aba301cf014a6 M src shlomif@telaviv1:~/Download/unpack/kde/dolphin/dolphin$ >>>>> I believe this bug is related to https://bugs.kde.org/show_bug.cgi?id=365968 Please try again with the latest git master (or Applications/16.12 branch) (In reply to Elvis Angelaccio from comment #3) > Please try again with the latest git master (or Applications/16.12 branch) The bug/problem still happens with: <quote> shlomif@lap:~/Download/unpack/dolphin/dolphin$ git show | cat commit 4322ef4114b0b92eee8aa1e941e23188496fbab5 Merge: 341a09f 90beb4a Author: Elvis Angelaccio <elvis.angelaccio@kde.org> Date: Sun Nov 20 13:04:47 2016 +0100 Merge branch 'Applications/16.12' * Applications/16.12: Fix slow scrolling in dock panels shlomif@lap:~/Download/unpack/dolphin/dolphin$ </quote> on fedora 25 x86-64. I just tried on a Fedora 25 Gnome VM and scrolling works fine in the Detail view mode (latest git master). What's your input driver? evdev or libinput? (In reply to Elvis Angelaccio from comment #5) > I just tried on a Fedora 25 Gnome VM and scrolling works fine in the Detail > view mode (latest git master). What's your input driver? evdev or libinput? How do I tell exactly? Based on ~/.local/share/xorg/Xorg.0.log it seems to be evdev because it is mentioned several times whereas libinput is completely absent. (In reply to Shlomi Fish from comment #6) > (In reply to Elvis Angelaccio from comment #5) > > I just tried on a Fedora 25 Gnome VM and scrolling works fine in the Detail > > view mode (latest git master). What's your input driver? evdev or libinput? > > How do I tell exactly? Based on ~/.local/share/xorg/Xorg.0.log it seems to > be evdev because it is mentioned several times whereas libinput is > completely absent. Yes, that's how you check it. Btw I tried with evdev and still cannot reproduce on Gnome... There must be something else going on. This bug was fixed in Dolphin 16.12.0 and all scrolls well in dolphin now. But this bug still affects the applications launcher/menu. :( (In reply to John Choate from comment #8) > This bug was fixed in Dolphin 16.12.0 and all scrolls well in dolphin now. > But this bug still affects the applications launcher/menu. :( It's a different bug, see https://bugs.kde.org/show_bug.cgi?id=355410 |