https://bugs.documentfoundation.org/show_bug.cgi?id=40227
--- Comment #21 from Mike Kaganski <[email protected]> --- (In reply to Michael Meeks from comment #20) > we now should tolerate zero-byte > files and infer the type from the extension, so you can have a shell wrapper > that checks if it's not there, and touches it for you if you like. HTH. I would say, that fixed bug 123476 and bug 139991 together solve this perfectly, in line with the Unix philosophy: you don't need any new switches / command line arguments for LibreOffice to allow all uses listed here. Basically a one-liner: > touch ./myNewFileName.odt && soffice ./myNewFileName.odt which solves both comment 0 (any third-party application can do that), as well as comment 10. -- You are receiving this mail because: You are the assignee for the bug.
