GNOME Bugzilla – Bug 371975
Temporary file for preview isn't deleted
Last modified: 2006-11-07 17:23:48 UTC
Print preview creates /tmp/preview-XXXX.pdf file and never deletes it.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 365282 ***
I am sorry, but it's not evince bug, it's gtk bug. I am not using evince at all, and still get preview-XXXXXX.pdf files hanging in /tmp.
(In reply to comment #2) > I am sorry, but it's not evince bug, it's gtk bug. I am not using evince at > all, and still get preview-XXXXXX.pdf files hanging in /tmp. There's no way that Gtk+ can now when to delete it. That's documented: /** * GtkSettings:gtk-print-preview-command: * * A command to run for displaying the print preview. The command * should contain a %f placeholder, which will get replaced by * the path to the pdf file. * * The preview application is responsible for removing the pdf file * when it is done. * * Since: 2.10 */ It's a NOTABUG then.