Bug 75244 - KIO: Progress Dialog - "Keep open" + "Open File" - Problems
Summary: KIO: Progress Dialog - "Keep open" + "Open File" - Problems
Status: RESOLVED FIXED
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: uiserver (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR major
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
: 80044 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-02-14 20:42 UTC by J
Modified: 2004-05-12 19:35 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description J 2004-02-14 20:42:41 UTC
Version:           unknown (using KDE 3.2 BRANCH >= 20040204, compiled sources)
Compiler:          gcc version 3.3.1 (SuSE Linux)
OS:          Linux (i686) release 2.4.21-96-p4sis

Is kioslave finish() broken? The "Keep this window open" checkbox does not work as expected.

The Problems:

(1) Displays 99% forever
(2) should not say "213,4 MB of 213,6 MB complete"
(3) should not show "(00:00:00 remaining)
(4) should enable "Open File" button

The reported behavior was seen when downloading files via the ftp_kio slave and when copying from a mounted smb share.
Comment 1 Ben Saylor 2004-03-04 23:08:04 UTC
For me, the "Keep this window open..." checkbox has no effect - the progress dialog always disappears when the transfer is complete.
Comment 2 David Faure 2004-03-08 10:55:09 UTC
Ben: this was a temporary bug in KDE 3.3, fixed in CVS for 3.3.1.

The initial report is about something different: somehow the FTP transfer never finishes. I suspect a kio_ftp bug (a very longstanding one, since I remember other reports about it).
Comment 3 J 2004-03-08 11:28:52 UTC
Uh? I am currently working on kio_ftp and I can easily reproduce the bug. kio_ftp finishes transfer and calls finish() correctly. There was another problem making the kio_ftp hanging when transfers were cancelled by the user - but this one will be fixed with my next update.

Could the problem be related to rounding errors (???) - I usually tested with very large files (> 1GByte).
Comment 4 Stephan Binner 2004-04-29 10:16:09 UTC
*** Bug 80044 has been marked as a duplicate of this bug. ***
Comment 5 Stephan Binner 2004-05-10 20:42:53 UTC
Should be fixed in a x.x.3 release.
Comment 6 Stephan Binner 2004-05-10 20:51:05 UTC
Better wording: Should be fixed before a x.x.3 release.
Comment 7 Stephan Binner 2004-05-12 19:35:59 UTC
*** Bug has been marked as fixed ***.