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

--- Comment #11 from H. C. <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to