[Libreoffice-bugs] [Bug 112024] Impossible to open documents from a samba share

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Mar 14 08:12:50 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=112024

--- Comment #11 from H. C. <documentfoundation at mail.niknah.com> ---
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...
https://bugs.documentfoundation.org/show_bug.cgi?id=109520#c7

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180314/808f3b6c/attachment.html>


More information about the Libreoffice-bugs mailing list