Comment 32 for bug 1368402

Revision history for this message
Eric Polin (eric-polin) wrote : Re: GTK3 apps doesn't understand natural scrolling in Xubuntu

Just in case, I personally address the issue by reversing the direction at the low level:

synclient | grep ScrollDelta
Session and Startup > Application Autostart > Add
 synclient VertScrollDelta=-<formerValue> HorizScrollDelta=-<formerValue>

May cause other problems if you have advanced needs, e.g. w/ a graphics tablet, but it is a perfect solution for me.