<table><tr><td style="">jtamate updated this revision to Diff 40908.<br />jtamate edited the summary of this revision. <a href="https://phabricator.kde.org/transactions/detail/PHID-XACT-DREV-fbh5osmtcbxj63v/">(Show Details)</a><br />jtamate edited the test plan for this revision. <a href="https://phabricator.kde.org/transactions/detail/PHID-XACT-DREV-ay36t4rvtmorigp/">(Show Details)</a><br />jtamate added a comment.
</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/D15180">View Revision</a></tr></table><br /><div><div><p>As I'm never sure if a timed execution can happen in the middle of other execution, I've added a mutex for m_deleted.</p></div></div><br /><div><strong>CHANGES TO REVISION SUMMARY</strong><div><div style="white-space: pre-wrap; color: #74777D;"><div style="padding: 8px 0;">...</div>Watch any creation or modification <span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">or deletion </span>of that temporary file, because some programs delete the old file and create a new one when saving the file. When the file is <span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">recreated or </span>modified, the user is asked if he/she wants to upload the modified file.<br />
<br />
I<span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);">ncluded two new dbus calls:<br />
 *to watch the temporary files, and keeping what application and how many times has been launched.<br />
 *to unwatch the files, and to avoid deleting the files too early in case of immediate exit of the applications, for example because it opens the file in a new tab, use a counter of the times the application is executed, and only delete the temporary files and directories when the application really exists (counter == 0)</span><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">f the temporary file keeps deleted more than 30s then discard the temporary directory</span>.<div style="padding: 8px 0;">...</div></div></div></div><br /><div><strong>CHANGES TO TEST PLAN</strong><div><div style="white-space: pre-wrap; color: #74777D;">Tested logging out and in several times and opening two or three remote files with xed and libreoffice.<br />
<span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);"><br />
For example with 2 files, the first time the app is called it opens the file and doesn't end (app count = 1), the second file is opened (app count = 2) and the app exists immediately (app count = 1). Only when the app exits the app count == 0 and the temporary directories are</span><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">After removing manually some of the temporary files and wait around ~31s the temporary directory is</span> deleted.<br />
</div></div></div><br /><div><strong>REPOSITORY</strong><div><div>R241 KIO</div></div></div><br /><div><strong>CHANGES SINCE LAST UPDATE</strong><div><a href="https://phabricator.kde.org/D15180?vs=40888&id=40908">https://phabricator.kde.org/D15180?vs=40888&id=40908</a></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D15180">https://phabricator.kde.org/D15180</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/kioexec/kioexecd.cpp<br />
src/kioexec/kioexecd.h<br />
src/kioexec/main.cpp</div></div></div><br /><div><strong>To: </strong>jtamate, Frameworks, broulik, ngraham, dfaure, elvisangelaccio<br /><strong>Cc: </strong>anthonyfieroni, elvisangelaccio, kde-frameworks-devel, michaelh, ngraham, bruns<br /></div>