<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - File save fails when network document is opened on another machine"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131388#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - File save fails when network document is opened on another machine"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131388">bug 131388</a>
              from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>So a guess would be that when opening it read-only on Windows, LibreOffice
doesn't use correct mode (read-only, shared) - see CreateFile's dwDesiredAccess
and dwShareMode [1]. Note that from Windows share PoV, the file is not open
from Linux side, it was atomically opened when read, then was closed, than will
be attempted to open for writing later (IIUC the mechanics of Linux file
operations). LO only detects the opened state using lock file.

[1]
<a href="https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-createfilew">https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-createfilew</a></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>