Skip to content
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

Open
1 task
lands39 opened this issue Oct 1, 2024 · 3 comments
Open
1 task

unusably slow scroll speed #1819

lands39 opened this issue Oct 1, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@lands39
Copy link

lands39 commented Oct 1, 2024

Describe the bug

scroll speed is extremely slow on 3 different input devices, this issue is not presenton other applications.

To Reproduce

  1. attempt to scroll

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?

  • Profiles used?

Relevant log output

No response

Backtrace

No response

@lands39 lands39 added the bug Something isn't working label Oct 1, 2024
@GTcreyon
Copy link

GTcreyon commented Oct 4, 2024

I've noticed this too. I've had to unlock my scroll wheel in order to get anything done.

on 3 different input devices

Is there any system or input method for which this doesn't occur?

@lands39
Copy link
Author

lands39 commented Oct 4, 2024

pgup and pgdn work fine, mouse scrolling is completely cooked though

@msrd0
Copy link

msrd0 commented Oct 22, 2024

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.

ReillyBrogan added a commit to ReillyBrogan/nheko that referenced this issue Nov 5, 2024
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants