<table><tr><td style="">Lekensteyn created this revision.<br />Lekensteyn added reviewers: elvisangelaccio, dfaure.<br />Herald added a project: Frameworks.<br />Herald added a subscriber: kde-frameworks-devel.<br />Lekensteyn requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D21367">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>After resuming my laptop, I found this scary message in journalctl:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">org.kde.Spectacle[123]: about to delete "/home/user/Pictures" containing "Screenshot_....png"</pre></div>

<p>Apparently this message is due to me closing Kolourpaint and Spectacle<br />
right before system sleep which scheduled a delayed deletion. Make the<br />
debug messages more obvious to avoid any doubt.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Assume /tmp to be non-empty, then <tt style="background: #ebebeb; font-size: 13px;">touch /tmp/x.png</tt> and <tt style="background: #ebebeb; font-size: 13px;">kioexec --tempfiles ls /tmp/x.png</tt>. Expected output:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">EXEC "/usr/bin/ls /tmp/x.png"
/tmp/x.png
EXEC done
sleeping for 3 minutes before deleting file...
Three minutes have passed, deleting "/tmp/x.png"</pre></div>

<p>Doing something similar, but with <tt style="background: #ebebeb; font-size: 13px;">/tmp/z/x.txt</tt> in a directory with no other files:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">...
Three minutes have passed, deleting "/tmp/z/some.txt"
Removed empty parent directory "/tmp/z"</pre></div>

<p>Discussion: perhaps the sleep should only occur if the problematic loffice/Amarok case was detected, namely a process that quits quickly (e.g. <3 seconds?). However since I did not ran into any issue so far, I'll limit it to this error message change.<br />
Deleting the parent directory is also questionable, but again it did not actually trigger any issue so far.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R241 KIO</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D21367">https://phabricator.kde.org/D21367</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/kioexec/main.cpp</div></div></div><br /><div><strong>To: </strong>Lekensteyn, elvisangelaccio, dfaure<br /><strong>Cc: </strong>kde-frameworks-devel, michaelh, ngraham, bruns<br /></div>