[Libreoffice-bugs] [Bug 128598] New: FILEOPEN: Certain syntax of opening file from samba share results in Document in Use dialog

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Nov 5 00:38:46 UTC 2019


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

            Bug ID: 128598
           Summary: FILEOPEN: Certain syntax of opening file from samba
                    share results in Document in Use dialog
           Product: LibreOffice
           Version: 6.3.0.4 release
          Hardware: All
                OS: Linux (All)
            Status: UNCONFIRMED
          Keywords: bibisected, bisected, regression
          Severity: minor
          Priority: medium
         Component: LibreOffice
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: baron at caesar.elte.hu
                CC: sbergman at redhat.com
            Blocks: 104742

>From Linux, open a file on a (writable) samba share using the following command
line syntaxes:
1. ./soffice -o //<host>/<share>/<filename.ext>
2. ./soffice -o file://<host>/<share>/<filename.ext>
3. ./soffice -o smb://<host>/<share>/<filename.ext>

=> Attempts 1. and 2. will show Document in Use dialog, ie. the document can't
be opened for writing.
Attempt 3. opens the document for writing.

Reproduced in LO 6.4.0.0.alpha1+ (51f6b20a0c8c3b2830547e4400cf4c513e9d9c00),
6.3.0.4 / Ubuntu 19.04.
In LO 6.2.0.3, all 3 syntaxes open the file for writing.
=> regression

I presume smb is the official prefix, but perhaps the other two syntaxes should
work as well. Bibisected the change in behavior to the following commit using
repo bibisect-linux-64-6.3. Adding Cc: to Stephan Bergmann, please take a look
sometimes.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=46c645bf4e9909f5296e75028f1f5434e83942d2
author          Stephan Bergmann <sbergman at redhat.com>  2019-02-04 17:38:29
+0100
committer       Stephan Bergmann <sbergman at redhat.com>  2019-02-05 19:55:04
+0100

Move dubious file: -> smb: conversion from INetURLObject to file UCP


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104742
[Bug 104742] [META] Network-involved bugs
-- 
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/20191105/faf8138c/attachment-0001.html>


More information about the Libreoffice-bugs mailing list