Summary: | 4.x applications do not follow 5.x vertical scroll velocity settings | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Marcus Harrison <marcus> |
Component: | kcm_mouse | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aledimax, bhush94, kde, plasma-bugs, unassigned-bugs, wbauer1 |
Priority: | NOR | ||
Version: | 5.3.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/plasma-desktop/4f4da83327e66f125c8dd1749df8efe1b5084945 | Version Fixed In: | 5.7.4 |
Sentry Crash Report: |
Description
Marcus Harrison
2015-05-26 16:42:47 UTC
Actually, sorry: the setting I listed does not appear to affect the scroll speed of either Plasma widgets nor standard scroll widgets in applications. Should I report that as a separate bug? The Plasma ScrollView thing has been fixed for Qt 5.5 by https://codereview.qt-project.org/#/c/109615/ But that it does not work for traditional application scroll views is strange. Perhaps a glitch in the Framework integration plugin? Perhaps. My Dolphin install is based on KDE 4.14.7. The setting does work for Frameworks 5.10-based System Settings. Perhaps we're missing some kde4 settings migration there. Should this be assigned to the frameworks-frameworkintegration product? I think it's the systemsettings module that needs to write to both config locations. Yeah, we track settings/daemon stuff in systemsettings Could you look in ~/.config/kdeglobals and ~/.kde4/share/config/kdeglobals and look for anything related to mouse settings? What should I be looking for? I can't find anything related to "mouse", "input" or "scroll" in either file. I have the same problem: increasing "Mouse wheel scrolls by" does not seem to have any effect. I'm using Kubuntu 14.04 LTS. KDELibs Version: 4.13.3 Qt Version: 4.8.6 Kernel Version: 3.16.0-38-generic OS-Type: 64-bit Also, I can't find these two files: ~/.config/kdeglobals and ~/.kde4/share/config/kdeglobals https://git.reviewboard.kde.org/r/128703/ should fix the problem that the "Mouse wheel scrolls by:" setting was not written correctly to the KDE4 config. Git commit 4f4da83327e66f125c8dd1749df8efe1b5084945 by Wolfgang Bauer. Committed on 18/08/2016 at 08:26. Pushed by wbauer into branch 'Plasma/5.7'. [kcm_mouse] Sync KDE4 config after writing the KF5 settings, not before Kdelibs4SharedConfig::syncConfigGroup() reads the settings from the corresponding KF5 config files. If we don't write them before, it will use the previous settings. Also fix Kdelibs4SharedConfig::syncConfigGroup() to read the settings from the specified config file instead of always kdeglobals. Related: bug 367074 FIXED-IN: 5.7.4 REVIEW: 128703 M +4 -3 kcms/input/mouse.cpp M +1 -1 kcms/migrationlib/kdelibs4config.h http://commits.kde.org/plasma-desktop/4f4da83327e66f125c8dd1749df8efe1b5084945 |