Hey all. Just installed the shiny new Mageia 3 and tripped over my first 'gotcha': a change in either KDE's API since 4.9.
x or Qt now triples mouse wheel scroll steps when you hover your cursor over the system tray. If you use your mouse to adjust your speaker volume via the Kmix tray icon you will likely notice it leaps by huge 15% increments instead of its old 5%. Upstream is aware of the problem (
https://bugs.kde.org/show_bug.cgi?id=313579).
In the meantime a workaround is to open your
~/.kde4/share/config/kmixrc in your favourite text editor and add the following line in the
[Global] section:
- Code: Select all
VolumePercentageStep=1.6666
This will set the increment size back to 5%. If you prefer a finer or coarser granularity, pick another percentage, divide by 3, and use that.
Hope this helps.