<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Impossible to open documents from a samba share"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=112024#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Impossible to open documents from a samba share"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=112024">bug 112024</a>
              from <span class="vcard"><a class="email" href="mailto:documentfoundation@mail.niknah.com" title="H. C. <documentfoundation@mail.niknah.com>"> <span class="fn">H. C.</span></a>
</span></b>
        <pre>Libreoffice opens the file with O_RDWR.  Gvfs mounts only support opening files
with O_TRUNC or O_APPEND.  But not O_RDWR by itself.

See...
<a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - "General input/output" opening a file through a symlink to a GVfs mount"
   href="show_bug.cgi?id=109520#c7">https://bugs.documentfoundation.org/show_bug.cgi?id=109520#c7</a>

The way I've been getting around it is by using "nautilus --no-desktop" and
opening it from there.  nautilus will send the gvfs url to libreoffice (ie.
smb://...) .  pcmanfm will send the /run/user/... path to libreoffice which
doesn't work.</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>