linuxmint / cinnamon-settings-daemon

The settings daemon for the Cinnamon desktop
GNU General Public License v2.0
58 stars 59 forks source link

csd-media-keys-manager.c: Fix volume level 5% snap #362

Closed splitowo closed 2 years ago

splitowo commented 2 years ago

On VOLUME_UP key press, we want to snap volume up to the nearest 5% step. Currently, volume snaps to the lower 5% step by integer division. Compare with VOLUME_DOWN code

Reports describing the bug: https://github.com/linuxmint/cinnamon/issues/10048 https://github.com/linuxmint/cinnamon/issues/10269