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 786584 - thumbnailer: Fix left-over files in /tmp
thumbnailer: Fix left-over files in /tmp
Status: RESOLVED FIXED
Product: gnome-desktop
Classification: Core
Component: Thumbnail
unspecified
Other All
: Normal normal
: ---
Assigned To: Desktop Maintainers
Desktop Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-08-21 23:02 UTC by Bastien Nocera
Modified: 2017-08-22 11:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
thumbnailer: Fix left-over files in /tmp (2.34 KB, patch)
2017-08-21 23:02 UTC, Bastien Nocera
none Details | Review
thumbnailer: Fix left-over files in /tmp (2.40 KB, patch)
2017-08-22 11:07 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2017-08-21 23:02:06 UTC
.
Comment 1 Bastien Nocera 2017-08-21 23:02:09 UTC
Created attachment 358098 [details] [review]
thumbnailer: Fix left-over files in /tmp

The fd that bwrap copies from the --file argument needs to be cleaned up
as well, otherwise the temporary file as well as the directory
containing it will be left on disk.
Comment 2 Bastien Nocera 2017-08-21 23:06:22 UTC
Christian, does that fix your problem?

See also the related bug 786586.
Comment 3 Bastien Nocera 2017-08-22 11:07:56 UTC
Created attachment 358132 [details] [review]
thumbnailer: Fix left-over files in /tmp

The fd that bwrap copies from the --file argument needs to be cleaned up
as well, otherwise the temporary file as well as the directory
containing it will be left on disk.
Comment 4 Bastien Nocera 2017-08-22 11:10:11 UTC
Attachment 358132 [details] pushed as 6013e76 - thumbnailer: Fix left-over files in /tmp