Description: When davfs2 (local mounted file) claims wrong permission (rw), but real permission (on server) is read-only, LibreOffice fails to open file (read-only) like other programs. LibreOffice fails to open file with message: "The operation on <path> was started with an invalid parameter". Steps to Reproduce: 1. mount http://.../webdav /home/someuser/mountdir davfs user,noauto,uid=someuser,file_mode=600,dir_mode=700,rw 2. Open LibreOffice file (*.ods, *.odt, e.g.) with read-only permisson on webdav server. Actual Results: Message: The operation on <path> was started with an invalid parameter. Expected Results: Open file (read-only) like other programs. Reproducible: Always User Profile Reset: No Additional Info: Workaround A: Manually change permission on mounted file to read-only. Davfs2 doesn't change file permission on webdav server. Workaround B: remove mount parameter file_mode.
Hello Petr Michálek, Can you see if bug 60381 is similar to yours?
(In reply to Harshita Nag from comment #1) > Hello Petr Michálek, > Can you see if bug 60381 is similar to yours? Later bugs are generally marked as duplicates of earlier bugs.
(In reply to Harshita Nag from comment #1) > Hello Petr Michálek, > Can you see if bug 60381 is similar to yours? Perhaps similar to tdf#60381 but tdf#60381 concerned Windows and the patch to fix this was Windows specific so this one can't be a dup.
I'm not sure, that bugs are similar. In my opinion problem is related to file permissions. LO trys open file in RW mode and it fails. It would by nice to try open the file in RO mode instead of end with ugly message. In this case some users never find out real reason of error and LibreOffice looks like buggy software.
(In reply to Julien Nabet from comment #3) > (In reply to Harshita Nag from comment #1) > > Hello Petr Michálek, > > Can you see if bug 60381 is similar to yours? > > Perhaps similar to tdf#60381 but tdf#60381 concerned Windows and the patch > to fix this was Windows specific so this one can't be a dup. In that case, we could mark the OS parameter of the older bug to all and mark this bug as a duplicate of it.