[plasmashell] [Bug 416294] Setting a numeric OSD label outside range 0-100 breaks OSD progressbar
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Sat Jan 18 14:23:48 GMT 2020
https://bugs.kde.org/show_bug.cgi?id=416294
--- Comment #7 from i.hin.hurin at gmail.com ---
(In reply to Kai Uwe Broulik from comment #2)
> I can't reproduce. I tried various combinations of:
>
> qdbus org.kde.plasmashell /org/kde/osdService org.kde.osdService.showText
> dialog-information "Some stupid long text which will cause problems"
> qdbus org.kde.plasmashell /org/kde/osdService
> org.kde.osdService.volumeChanged 200
> qdbus org.kde.plasmashell /org/kde/osdService
> org.kde.osdService.volumeChanged 25
> qdbus org.kde.plasmashell /org/kde/osdService
> org.kde.osdService.volumeChanged -50
No problem with "proper" strings or strings that can be parsed into numbers
inside 0-100 range, these two commands don't trigger the bug:
qdbus org.kde.plasmashell /org/kde/osdService org.kde.osdService.showText
dialog-information "Some stupid long text which will cause problems"
qdbus org.kde.plasmashell /org/kde/osdService org.kde.osdService.showText
dialog-information "50"
Steps to reproduce:
qdbus org.kde.plasmashell /org/kde/osdService org.kde.osdService.showText
dialog-information "-1" # triggers the bug
qdbus org.kde.plasmashell /org/kde/osdService org.kde.osdService.volumeChanged
25 # progressbar stuck to 0% no matter the number entered
# restart plasma here, and everything works again
qdbus org.kde.plasmashell /org/kde/osdService org.kde.osdService.showText
dialog-information "101" # triggers the bug
qdbus org.kde.plasmashell /org/kde/osdService org.kde.osdService.volumeChanged
25 # progressbar stuck to 100% no matter the number entered
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Visual-design
mailing list