https://bugs.kde.org/show_bug.cgi?id=498872

--- Comment #1 from pallaswept <pallasw...@proton.me> ---
I believe that this is occurring because Haruna always reports the volume via
MPRIS, as 0, if it is less than 1.

The widget gets the current volume, and it tries to set the volume relative to
that. Because haruna says its volume is 0, the volume control only sets it to
5%

If I manually set the volume to 1 via MPRIS, it does work, and I can see the
property's value change to 1. 
If I then scroll down on the widget, it will attempt to set 95, and succeed,
but report that it has set 0:


method call time=1737297065.746882 sender=:1.21 ->
destination=org.mpris.MediaPlayer2.haruna serial=1537
path=/org/mpris/MediaPlayer2; interface=org.freedesktop.DBus.Properties;
member=Set
   string "org.mpris.MediaPlayer2.Player"
   string "Volume"
   variant       double 0.95
signal time=1737297065.747893 sender=:1.147 -> destination=(null destination)
serial=177 path=/org/mpris/MediaPlayer2;
interface=org.freedesktop.DBus.Properties; member=PropertiesChanged
   string "org.mpris.MediaPlayer2.Player"
   array [
      dict entry(
         string "Volume"
         variant             double 0
      )
   ]
   array [
   ]


If I change volume in the app, I see a propertychanged notification, but the
value is always 0 except for at 100% when it is 1
Getting the value always reads 0 except 1 at 100% volume

Hope this helps.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to