Summary: | DVD limit of 4.4 GB exceeded? Then k3b suddenly believes it's a DL of 8.0 GB | ||
---|---|---|---|
Product: | [Applications] k3b | Reporter: | Dick Gevers <dvgevers> |
Component: | general | Assignee: | Sebastian Trueg <trueg> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dick Gevers
2007-08-12 23:10:58 UTC
s/has already/has already detected the medium. This is a user interface problem: insert single-sided DVD select a 4.6gig file to burn in project space-filled colored bar still shows green but hit burn button confusing button text says insert dual-layer disk, even though it knows the drive has a single-layer disk in it. You may say, "well its doing the right thing" and I agree. But from a user's POV the colored bar is a strong signal ( and quite helpful, most of the time ) and the italics in a button bar ( non-standard interface there) are a weak signal, especially as the text is hard to read, wordy, and the difference between single and dual layered does not pop out. Further I don't have a dual-layer capable drive, so it isn't an appropriate message. So, what should you do? The burn-button error if you have no disk at all inserted in the drive is perfect, so copy that: Change the color bar to accurately turn red when there isn't enough space; give the burn button an error pop-up that says " not enough space on disk" or similar. Thanks! I tries to make K3b behave "intelligent" here. But I agree that in this case it is confusing. I will fix that. SVN commit 817110 by trueg: Allow a 10% margin when filling up the medium. This way, an inserted empty medium can be fine-tuned. However, if a bigger medium is inserted, it will always be preferred. (I will not backport this to 1.0.x as it uses some new stuff only available in trunk) BUG: 148781 M +28 -18 k3bfillstatusdisplay.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=817110 |