Bug 185251

Summary: k3b overwrites iso ignoring user choice on dvd copy with option "only create image" checked
Product: [Applications] k3b Reporter: Andrea <andrea.turrini>
Component: generalAssignee: Sebastian Trueg <trueg>
Status: RESOLVED FIXED    
Severity: normal CC: michalm
Priority: NOR    
Version: 1.91.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 1.92.0

Description Andrea 2009-02-22 16:53:13 UTC
Version:           1.0.5 (using 3.5.10 "release 42" , openSUSE )
Compiler:          Target: i586-suse-linux
OS:                Linux (i686) release 2.6.25.20-0.1-default

Hi all,
when you use k3b to generate iso images of two or more dvds, if you forgot to change the image file, then k3b always overwrites your iso.

How to reproduce:
- touch test.iso to create a test iso file;
- start k3b and choose "Copy dvd..." tool;
- check "Only create image";
- specify test.iso as target image file;
- click "Start"
Now k3b asks you if you want to overwrite test.iso. Click No.
K3b ignores your choice and overwrites test.iso.

Expected behavior:
if you click No when k3b asks if you want to overwrite existing file, then k3b must block image copy and allow user to change image file without overwriting/removing old iso.
Comment 1 markuss 2010-03-16 16:12:38 UTC
In an attempt to clean up old bugs that are not valid for K3b 2.0 (=KDE SC 4.x port) anymore, this is now being marked as UNMAINTAINED.
If this bug is still valid for 2.0, please reopen it.
Comment 2 Andrea 2010-03-18 13:49:40 UTC
I have just tried using both k3b-1.91.0_rc2 from packman and k3b-1.90.0 compiled on my pc using -DK3B_BUILD_K3BSETUP=OFF on opensuse 11.2, kde 4.3.5.

In both cases, the problem still occurs.

It seems to me that the "Overwrite dialog" does not manage correctly a negative choice, ignoring it.
Comment 3 Michał Małek 2010-05-15 12:03:51 UTC
SVN commit 1127018 by mmalek:

Abort DVD copy job when we get negative response for "Overwrite image file?" question.
BUG: 185251


 M  +5 -0      k3bdvdcopyjob.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1127018
Comment 4 Michał Małek 2010-05-15 12:04:37 UTC
Fixed, thanks for report (and patience)