[Libreoffice-bugs] [Bug 117731] Batch libreoffice --convert-to offers no way to wait for document completion

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat May 9 13:14:36 UTC 2020


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

Buovjaga <ilmari.lauhakangas at libreoffice.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ilmari.lauhakangas at libreoff
                   |                            |ice.org

--- Comment #17 from Buovjaga <ilmari.lauhakangas at libreoffice.org> ---
(In reply to Richard Elkins from comment #0)
> Steps to Reproduce:
> Linux batch script, starting with an existing text file called "myfile.txt":
> 
> 	libreoffice --headless --convert-to odt:writer8 myfile.txt
> 	RC=$?
> 	if [ $RC -ne 0 ]; then 
> 		echo '*** libreoffice conversion failed for myfile.txt'
> 		exit 86
> 	fi
>         cp myfile.odt somewhere-else.odt
> 
> Actual Results:  
> cp: cannot stat 'myfile.odt': No such file or directory
> 
> Expected Results:
> Copy completes as normal because myfile.odt is available.

I get the expected result. I guess you should bite the bullet, clone the source
and try modifying it.

https://wiki.documentfoundation.org/Development/BuildingOnLinux
https://wiki.documentfoundation.org/Development/Linux_Build_Dependencies

Arch Linux 64-bit
Version: 7.0.0.0.alpha1+
Build ID: c73418d8d1258ea0a8c77c07672fd182e2b28b26
CPU threads: 8; OS: Linux 5.6; UI render: default; VCL: kf5; 
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
Calc: threaded
Built on 9 May 2020

-- 
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/20200509/31fadf17/attachment.htm>


More information about the Libreoffice-bugs mailing list