#987426 juk: Volume slider displays wrong volume level

Package:
juk
Source:
juk
Description:
music jukebox / music player
Submitter:
Kirill Schmidt
Date:
2021-08-26 08:00:03 UTC
Severity:
minor
#987426#5
Date:
2021-04-23 17:33:31 UTC
From:
To:
When opening JuK the volume level is sometimes set to "-2.147.483.648%",
while the actual volume is unchanged. This issue can be resolved by
clicking on the volume slider, in which case it returns to a value
between 0-100%, with the actual volume increasing/decreasing.

#987426#10
Date:
2021-08-26 07:57:44 UTC
From:
To:
Dear Maintainer,

The volume indicator and slider **always** shows wrong volume level (-2,147,483,648%,
equivalent to 0x80000000 in int32_t). The problem didn't affect actual volume level,
and i could still change the actual volume by swipe the slider(but -2,147,483,648% will
appears again on next time).