-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unusably slow scroll speed #1819
Comments
I've noticed this too. I've had to unlock my scroll wheel in order to get anything done.
Is there any system or input method for which this doesn't occur? |
pgup and pgdn work fine, mouse scrolling is completely cooked though |
I believe this is a known problem, at least they mention it in the changelog for 0.12.0. This however became really annoying lately as more and more media is authentication-only and this seems to be unsupported on 0.11.3 which I am still sticking with to avoid this problem. |
Qt6 changed the mouse scroll wheel handling for QtQuick to a type that mimics how touch pads/screens work, which most people find feels very poor. KDE fixes this by creating a custom type which re-implements the QtWidgets handling (see https://invent.kde.org/frameworks/kirigami/-/merge_requests/415). On Matrix Nico has expressed a desire not to have to deal with compiling Kirigami for Windows and Mac, which is understandable. Linux users on the other hand almost always have kirigami available in their package repos which sidesteps that particular issue. We can search for Kirigami at build time and if present define a QML context property to allow it to be used, which should fix this issue for Linux users at least. Helps with Nheko-Reborn#1819 (which won't be completely resolved until this is working for Windows and Mac as well). Signed-off-by: Reilly Brogan <[email protected]>
Describe the bug
scroll speed is extremely slow on 3 different input devices, this issue is not presenton other applications.
To Reproduce
What happened?
scroll speed is horribly slow, you need to scroll insanely fast to get any movement.
Expected behavior
normal scroll speed
Screenshots
20241001_175040.mp4
video i took to show my friends what's happening
Version
0.12.0
Operating system
Linux
Installation method
Some repository (AUR, homebrew, distribution repository, PPA, etc)
Qt version
No response
C++ compiler
No response
Desktop Environment
KDE 6
Did you use profiles?
Relevant log output
No response
Backtrace
No response
The text was updated successfully, but these errors were encountered: