https://bugs.kde.org/show_bug.cgi?id=452905
Bug ID: 452905 Summary: kdialog --progressbar doesn't show completed status and custom icon Product: kdialog Version: 19.12 Platform: Ubuntu Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: br...@frogmouth.net Reporter: metamadep...@gmx.net Target Milestone: --- SUMMARY Progressbar dialog has got several glitches since I upgraded to Kubuntu 20.04: 1. It doesn't show full progressbar when its value equals maximum value. STEPS TO REPRODUCE Step 1: OBJ=$(kdialog --title "Test" --progressbar "Progress" 50) Shows empty progressbar Step 2: qdbus $OBJ value 0 Adds "0%" text to the right of progressbar Step 3: qdbus $OBJ value 49 Shows almost filled progressbar with "98%" value - so far so good Step 4: qdbus $OBJ value 50 Shows empty progressbar as after Step 1. Text which showed percents has disappeared EXPECTED RESULT Progress bar should be filled completely and "100%" value should be shown to the right of it. 2. Progressbar window ignores --icon option which works properly with the rest dialogs: > kdialog --title "Test" --icon "globe" --msgbox "Message" Shows message window with globe icon in the titlebar corner. > kdialog --title "Test" --icon "globe" --progressbar "Message" 50 Shows progressbar window with some X-Window icon instead. SOFTWARE/OS VERSIONS OS Version: Kubuntu 20.04.4 KDE Plasma Version: 5.18.8 KDE Frameworks Version: 5.68.0 Qt Version: 5.12.8 -- You are receiving this mail because: You are watching all bug changes.