https://bugs.documentfoundation.org/show_bug.cgi?id=162632
--- Comment #8 from Mike Kaganski <[email protected]> --- Code pointer (already mentioned in the thread referenced in comment 1): https://opengrok.libreoffice.org/xref/core/shell/source/unix/misc/senddoc.sh Note that it's a shell script, which calls an external mailer program; it may need to detect the kind of that program (to decide what command line arguments to use); it passes the reference to the temporarily saved document file in an argument. There may be problems on several stages, including the mailer detection; its kind detection; ability to call that program; ability of that program to access the file. That's why I asked Gordonbp (in an IRC chat) to provide the *full* command line of the mailer process, when it got created by LibreOffice. I don't know if it's possible / easy on Linux; on Windows, it's quite easy - the full command line (*including arguments*) may be shown even in Task Manager's Details pane, when the respective column is selected to be shown; and there are tools like SysInternals' Process Explorer, that allow to copy it from the process properties dialog. Seeing the *full* command line - including those arguments - may reveal what went wrong. Or alternatively, it's quite easy to edit that shell script right in the LibreOffice installation directory, locally; you may add some diagnostic output, and debug the problem. -- You are receiving this mail because: You are the assignee for the bug.
