eranif / codelite

A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
https://codelite.org
GNU General Public License v2.0
2.15k stars 461 forks source link

Two finger scrolling not working on Fedora29 running wayland #2224

Closed h181180 closed 5 years ago

h181180 commented 5 years ago

I don't know if this is a known issue or not, but I didn't find any solutions when googling. I'm unable to scroll through code and the output pane using two finger scrolling on the touchpad. However, independent tabs from the menu bar like the 'Keyboard Shortcuts' and 'Manage Plugins' tabs has no problem with two finger scrolling.

What worked: It worked when scrolling with a mouse. And if I switch to Xorg instead of wayland, two finger scrolling works.

Is there a fix?

I'm running CodeLite IDE v12.0.0 using kernel version 4.20.6-200.fc29.x86_64 running wayland. I haven't tweaked any settings. This is on a ThinkPad L380 if that matters.

eranif commented 5 years ago

This is probably a wxWidgets bug (the entire GUI is built with it) Can you open a bug on their github page? (there is nothing I can do from my side)