https://issues.apache.org/ooo/show_bug.cgi?id=107072

--- Comment #20 from Ariel Constenla-Haile <[email protected]> ---
I cannot reproduce it.
I tried with

~/OpenOffice.app
/Applications/AOO_Snap/OpenOffice.app

@lgusaas: please try the following in order to see the command that OpenOffice
is generating

- open OpenOffice.app/Contents/MacOS/senddoc with a plain text editor
- locate this line:
http://svn.apache.org/viewvc/openoffice/trunk/main/shell/source/unix/misc/senddoc.sh?view=markup#l373

and right before that line add another line echoing the command:

echo "/usr/bin/open -a ${MAILER} ${ATTACH}"
/usr/bin/open -a "${MAILER}" ${ATTACH}

- now run OpenOffice from within a terminal
- send a document as attachment
- you should see in the terminal the command that OpenOffice is using to invoke
the mail application

In my case, it's

/usr/bin/open -a Mail <path to the attachment>

If I run this command in another terminal, it works as expected.
In your case, it shouldn't work; this may give a clue about what is wrong with
it.

-- 
You are receiving this mail because:
You are on the CC list for the issue.
You are the assignee for the issue.
You are watching all issue changes.

Reply via email to