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

--- Comment #2 from Quinten Kock <quinten@quinten.space> ---
So I tried to do a little digging, and it's all very confusing. dbus-monitor
shows that plasma-pa seems to be sending the correct value of e.g. 105 to
org.kde.osdService (member=osdProgress).

In the OSD part of plasma-workspace specifically Osd::showProgress,
maximumPercent is used to both bound the value and set osdMaxValue which
defines how wide the progress bar is.

Strangely, the progress bar does have the correct width?! So it seems that
osdMaxValue *is* set correctly, but the value is being incorrectly bound
somewhere after being sent over dbus. Very confusing.

My best guess is that something goes wrong within
plasma-workspace/shell/osd.cpp/showProgress, but I have no certainty for this.
Maybe something horrible related to QML?

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

Reply via email to