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

            Bug ID: 450015
           Summary: KDialog progress bar doesn't go to 100%
           Product: kdialog
           Version: 21.08.3
          Platform: Fedora RPMs
                OS: Linux
            Status: REPORTED
          Severity: minor
          Priority: NOR
         Component: general
          Assignee: br...@frogmouth.net
          Reporter: ba...@bologrew.net
  Target Milestone: ---

Created attachment 146582
  --> https://bugs.kde.org/attachment.cgi?id=146582&action=edit
KDialog progress test script

SUMMARY
***
KDialog progress bar never shows a full bar and "100%" indication.

***


STEPS TO REPRODUCE
1.  Run attached script in a konsole window.

OBSERVED RESULT
Progress bar goes up to 66% and shows "66%" in text and then goes blank.

EXPECTED RESULT
Progress bar becomes full and shows "100%" in text.

SOFTWARE/OS VERSIONS

Operating System: Fedora Linux 35
KDE Plasma Version: 5.23.5
KDE Frameworks Version: 5.90.0
Qt Version: 5.15.2
Kernel Version: 5.16.5-200.fc35.x86_64 (64-bit)
Graphics Platform: X11

ADDITIONAL INFORMATION

The konsole window scrolls because qdbus emits carriage returns during the
script.  That can be fixed with liberal use of "> /dev/null" but it is
annoying.

The example uses two different methods of setting the progress bar value:

qdbus $dbusRef Set "" value 1

and

qdbus $dbusRef value 1

The first comes from the "Shell Scripting with KDE Dialogs" page at:
https://develop.kde.org/deploy/kdialog/

and the second style is from the "progressdemo" example in the KDialog source
repository "tests" directory.
I do not know which style is best or whether there is any difference between
the two.

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

Reply via email to