https://bugs.documentfoundation.org/show_bug.cgi?id=159758
Stéphane Guillou (stragu) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needsDevAdvice Status|UNCONFIRMED |NEW CC| |stephane.guillou@libreoffic | |e.org, | |[email protected] Ever confirmed|0 |1 Blocks| |103266 --- Comment #7 from Stéphane Guillou (stragu) <[email protected]> --- With the AppImage, file names have to be absolute paths instead of relative. Otherwise it will look in the directory where it is mounted. For example, something like this would work: LibreOffice.AppImage --convert-to docx /home/stragu/Downloads/sample.odt --outdir /home/stragu/Downloads/ Alternatively, you can use readlink. For example: LibreOffice.AppImage --convert-to docx $(readlink -f sample.odt) --outdir $(readlink -f .) Emiliano, is this something that could be improved on at all on https://git.libreitalia.org/libreitalia/loaih ? (setting to "new" as the issue is reproducible, although I'm not sure what can be done and where it should be done) Version: 24.2.0.3 (X86_64) / LibreOffice Community Build ID: da48488a73ddd66ea24cf16bbc4f7b9c08e9bea1 CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=103266 [Bug 103266] [META] Command line bugs and enhancements -- You are receiving this mail because: You are the assignee for the bug.
