<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Creating or running Base Reports or creating forms leaves temp files on LibreOffice opening page and recent files menu"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=105057">bug 105057</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>jluth@mail.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">See Also</td>
           <td>
                
           </td>
           <td>https://bugs.documentfoundation.org/show_bug.cgi?id=101302
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Keywords</td>
           <td>
                
           </td>
           <td>difficultyInteresting, easyHack
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Creating or running Base Reports or creating forms leaves temp files on LibreOffice opening page and recent files menu"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=105057#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Creating or running Base Reports or creating forms leaves temp files on LibreOffice opening page and recent files menu"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=105057">bug 105057</a>
              from <span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span></b>
        <pre>I think this could fairly easily be implemented by resurrecting <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - FILE MENU and HYPERLINKs: Freeze when UNC path is unavailable aka accessing remote server (e.g. SMB share) when off-line leads to hang / freeze / crash"
   href="show_bug.cgi?id=89394">bug 89394</a>'s
commit 93eefe54f5d6b6092371bad1e86444489d29eee2 and changing it to use:

OUString sSysTempPath;
if( osl::FileBase::getTempDirURL( sSysTempPath ) == osl::FileBase::E_None )
    bIsInTempPath = !sSysTempPath.isEmpty() && sURL.startsWith( sSysTempPath );

However, as IT support, I might like the debugging ability to see a recently
edited file in the tmp folder that a user claims they worked on and is now
lost. If you see that they only worked on a temporary copy, then it isn't a
surprise that it is lost.  [But that scenario is less of an issue now, since
saving doesn't recommend the tmp folder since LO 5.4's <a class="bz_bug_link 
          bz_status_VERIFIED  bz_closed"
   title="VERIFIED FIXED - FILESAVE: Saving File in Temporary Folder - usability issue"
   href="show_bug.cgi?id=80807">tdf#80807</a> guisaveas:
never recommend system's tempdir.]

So there are some pros and cons in implementing this. Someone will probably
complain if this bug report is fixed (since I had complaints about <a class="bz_bug_link 
          bz_status_VERIFIED  bz_closed"
   title="VERIFIED FIXED - FILESAVE: Saving File in Temporary Folder - usability issue"
   href="show_bug.cgi?id=80807">bug 80807</a>
from someone who liked repeatedly saving to /tmp/). Regardless, I'll mark this
as an EasyHack. Make sure you read and understand the arguments from <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - FILE MENU and HYPERLINKs: Freeze when UNC path is unavailable aka accessing remote server (e.g. SMB share) when off-line leads to hang / freeze / crash"
   href="show_bug.cgi?id=89394">bug 89394</a>.
The ideal fix would be a threaded approach as described in <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Deleted files visible as recent documents in menu and start center"
   href="show_bug.cgi?id=101302">bug 101302</a> - but
that is beyond EasyHack.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>