diff options
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 9c02d70fd1..4c07d1e461 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS=theme-bits if OS_UNIX SUBDIRS += xdgmime -GTK_PRINT_PREVIEW_COMMAND="evince --preview %f" +GTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview %f" endif DIST_SUBDIRS=theme-bits xdgmime |