On Linux there is a problem with mouse scroll and in a way to fix it you need to install imwheel program and create ~/.imwheelrc file with the following contents:
".*"
None, Up, Button4, 3
None, Down, Button5, 3
Control_L, Up, Control_L|Button4
Control_L, Down, Control_L|Button5
Shift_L, Up, Shift_L|Button4
Shift_L, Down, Shift_L|Button5