After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 517994 - Copying cd's/dvd's using nautilus leaves large iso images in /var/tmp
Copying cd's/dvd's using nautilus leaves large iso images in /var/tmp
Status: RESOLVED DUPLICATE of bug 504392
Product: nautilus-cd-burner
Classification: Deprecated
Component: cd-burner
2.20.x
Other All
: Normal normal
: ---
Assigned To: Nautilus CD Burner Maintainers
Nautilus CD Burner Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-22 02:25 UTC by Wendy Hu
Modified: 2008-03-06 00:22 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Wendy Hu 2008-02-22 02:25:52 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:
Comment 1 Wendy Hu 2008-02-22 02:29:12 UTC
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);
Comment 2 Cosimo Cecchi 2008-02-22 08:26:36 UTC
-> nautilus-cd-burner
Comment 3 Cosimo Cecchi 2008-03-06 00:21:29 UTC


*** This bug has been marked as a duplicate of 504932 ***
Comment 4 Cosimo Cecchi 2008-03-06 00:22:27 UTC
Wrong dupe, sorry for the spam.

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