GNOME Bugzilla – Bug 517994
Copying cd's/dvd's using nautilus leaves large iso images in /var/tmp
Last modified: 2008-03-06 00:22:27 UTC
Please describe the problem: Note that after having copied a CD, the iso image created for the copy remains in /var/tmp. This could (if burning many different cd's/dvd's) fill the systems partition. Steps to reproduce: 1. Insert a data CD; 2. When the desktop icon appears, right click on it and select "copy"; 3. Follow prompts on screen until the new CD has been copied. Actual results: The iso image created for the copy remain in the directory "/var/tmp". Expected results: Either nautilus should clean the iso image out when the copy operation has been completed or user should be prompted to manually remove it, if it is no longer required. Does this happen every time? Yes. Other information:
The patch for this bug: --- nautilus-cd-burner-2.20.0/src/ncb-operation.c.bak 2007-12-13 11:25:21.000000000 +0800 +++ nautilus-cd-burner-2.20.0/src/ncb-operation.c 2007-12-18 16:56:49.604645000 +0800 @@ -1242,6 +1248,7 @@ operation->priv->iso = NULL; } + remove_file (filename); g_strfreev (temp_paths); g_free (toc_filename); g_free (filename);
-> nautilus-cd-burner
*** This bug has been marked as a duplicate of 504932 ***
Wrong dupe, sorry for the spam. *** This bug has been marked as a duplicate of 504392 ***