Bug 19973 - Text install, progress bar is not available when installing packages, (at least since DrakX v17.64)
Summary: Text install, progress bar is not available when installing packages, (at lea...
Status: NEW
Alias: None
Product: Mageia
Classification: Unclassified
Component: Installer (show other bugs)
Version: Cauldron
Hardware: i586 Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Mageia tools maintainers
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-17 23:47 CET by Marja Van Waes
Modified: 2016-12-17 23:47 CET (History)
5 users (show)

See Also:
Source RPM: drakx-installer-stage2
CVE:
Status comment:


Attachments

Description Marja Van Waes 2016-12-17 23:47:25 CET
+++ This bug was initially created as a clone of Bug #19930 +++

Progress bar not working in tradional installs with Graphic interface was fixed, see bug 19930, but the same issue still exists for text installs.

Pterjan mentioned in https://bugs.mageia.org/show_bug.cgi?id=19930#c37

> Curses::UI does things like:
>     # Compute percentage
>     my $perc = ($this->{-pos}-$this->{-min})
>                 /($this->{-max}-$this->{-min})*100;
> 
> And we are now giving int64 for -pos and -max so yes that will be 0, we
> should transform the values before passing them on

Note You need to log in before you can comment on or make changes to this bug.