this post was submitted on 17 Mar 2024
39 points (95.3% liked)

KDE

5052 readers
30 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 1 year ago
MODERATORS
 

Plasma 6 changed the way scrollbars work for some reason. Now when you click somewhere with mouse1 the elevator jums there and the window content scrolls accordingly.

Previously, it would scroll by one window's worth in the appropriate direction. If you wanted to jump to a given location, you just used mouse2 (typically the scroll wheel button nowadays). It has worked that way everywhere for literally decades.

After reading the very weird explanation for the change, I can only conclude that the devs don't even know how to use their interface.

Hence my question, is there a setting somewhere to switch back to the traditional behaviour?

top 9 comments
sorted by: hot top controversial new old
[–] [email protected] 23 points 6 months ago (1 children)

System Settings -> Workspace -> General Behaviour

[–] [email protected] 12 points 6 months ago* (last edited 6 months ago) (2 children)

Damn, I could have sworn I'd scrutinised each and every item in the settings app. I even reset the mouse setting that was right next to it. :-/

Thanks so much for the pointer.

[–] [email protected] 6 points 6 months ago

“Pointer”, ha!

[–] [email protected] 4 points 6 months ago (1 children)

As with anything related to plasma, there is likely a setting for it when they change a default behaviour. :)

[–] [email protected] 2 points 6 months ago

Indeed, that's why I was so frustrated. Turns out I had just stupidly missed it. Shame on me.

[–] [email protected] 5 points 6 months ago (1 children)

There are so many old and good UI traditions that are being broken lately, especially by Gnome, Windows and Apple, but even KDE are doing some of the things. It's extremely frustrating and I don't even want to know what a pain it'll be for me to use computers 15 years from now. I can only hope KDE will keep the old stuff as options, but future, younger devs probably won't think it's necessary because it's so alien to them.

[–] [email protected] 4 points 6 months ago

I'm in the same boat.

Everyone is porting Windows to Unix instead of using the far more powerful UIs we've been enjoying for ages. It's frustrating.

I too hope that the options stay.

[–] [email protected] 2 points 6 months ago* (last edited 6 months ago)

I was literally dragging it this whole time because I didn't know they added this feature. This way is how I'm use to it working, but I'm glad there is an option for you to revert it.

[–] [email protected] 0 points 6 months ago

Interesting. Never really used either of those methods as I would either just drag the scrollbar from it's current position or use the wheel.
OR:

xinput set-prop $deviceId "libinput Scroll Method Enabled" 0, 0, 1
xinput set-prop $deviceId "libinput Button Scrolling Button" 2

https://askubuntu.com/questions/28150/chrome-chromium-middle-mouse-button-for-scroll-linux-mac/868173#868173

Which is no longer doable in Wayland (yeah, I might need to find another Way for Wayland)