From 4231e6ca8b78a6c4ea006e1aa6b7c42618afef1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Hu=C5=A1ek?= <husek@iuuk.mff.cuni.cz> Date: Sun, 6 Aug 2017 14:18:16 +0200 Subject: [PATCH] readme: add warning --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b24b7a3..5a822c0 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,11 @@ then modify `/etc/cups/cups-pdf.conf`: PostProcessing /path/to/cups-pdf-postprocess-your-wrapper.sh ``` +*WARNING:* The script does not delete printed files, so files printed through cups-pdf +will stay where they were printed to (default path is `/var/spool/cups-pdf/${USER}`). +It is up to you to delete them when needed. Easy way to do so might be to move +cups-pdf output directory to `/tmp` so it gets deleted on each restart. + To add the script into context menu soft-link cups-pdf-postprocess-your-wrapper.desktop into appropriate place for your desktop enviroment (in case of KDE4 this is `~/.kde4/share/kde4/services/ServiceMenus`). You may need to copy it and fix path -- GitLab