Bug 221595

Summary: seconds are shown incorrectly while copying
Product: [Plasma] plasma4 Reporter: m.wege
Component: notificationsAssignee: Rob Scheepmaker <rob>
Status: RESOLVED DUPLICATE    
Severity: normal CC: andresbajotierra, plasma-bugs
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description m.wege 2010-01-07 01:17:22 UTC
Version:            (using Devel)
Installed from:    Compiled sources

Do not know if this is assigned right. When I copy files, the notificationarea showing the remaining time of a file operation shows as Minutes:Seconds. Seconds are calculated as from 0-99 instead of 0-59. This should be corrected or better: Seconds should not be shown, only if there is less than a minute. Showing seconds does not really make sense, because the calculation is to vage for that.
Comment 1 Dario Andres 2010-01-15 15:28:29 UTC
This is because the API to format times is lacking some convenience formats: so it is currenty: a long and good format "20 minutes and 59 seconds remaining" or a bad handled short format "20.99 minutes"~
Being tracked at bug 218958.
Thanks

*** This bug has been marked as a duplicate of bug 218958 ***