https://bugs.documentfoundation.org/show_bug.cgi?id=101533
--- Comment #3 from Esa Varemo <[email protected]> ---
I found out that it has to do with the permissions of the file.
The files in question are shared by the office, permissions 060 with a common
group.
# ls /mnt/yhteinen/test.odt -lah
----rw----. 1 root office 8.7K Aug 15 10:08 /mnt/yhteinen/test.odt
Possibly libreoffice tries to copy the file or atleast the mode/permissions
which ends in a temp file like this:
----rw----. 1 user user 0 Aug 15 10:08 lu6247vp88yx.tmp
Since now the effective permission is the user instead of the group it no
longer has access.
After changing to file_mode=660 in mount options it works.
--
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