Summary: | Cannot configure wheel emulation on Wayland | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Javier Ortega Conde (Malkavian) <malkavian666> |
Component: | kcm_mouse | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | major | CC: | bugseforuns, unassigned-bugs |
Priority: | NOR | ||
Version: | 5.14.3 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Javier Ortega Conde (Malkavian)
2019-01-01 01:27:25 UTC
*** This bug has been marked as a duplicate of bug 383379 *** Solution found at https://www.reddit.com/r/kde/comments/cihn8b/is_there_a_way_to_enable_scroll_emulation_for_the/ You must run krunner (the Plasma command box that you can run with Alt+F2) from Wayland, write KWin and it will show "Open kwin debug console" as first option probably. Run that, there go to "Input devices tab", probably enlarge first column by click and move in the small bar between columns so you can see complete names, search there your mouse, mine is called "PixArt USB Optical Mouse" and inside it in the first options there is "sysName", for me its value is "event20". Exit kwin debug console and in linux commandline run this command (Where XX is the mouse device event value, for me 20): qdbus org.kde.KWin /org/kde/KWin/InputDevice/eventXX org.kde.KWin.InputDevice.scrollOnButtonDown true It should work after reboot too. |