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

--- Comment #33 from Ariel Constenla-Haile <[email protected]> ---
(In reply to lgusaas from comment #32)
> With AOO installed in Applications folder:    /Applications/OpenOffice.app
> 
> Last login: Thu May 29 12:20:15 on ttys000
> Memoria:~ larry$ /Applications/OpenOffice.app/Contents/MacOS/soffice ; exit;
> /usr/bin/open -a Mail
> file:///Users/larry/Library/Application%20Support/OpenOffice/4%20test/user/
> temp/svse1mpa.tmp/svse23ax.tmp/noname.odt
> 
> With AOO installed in a sub-folder:  /Applications/AOO
> Snapshot/OpenOffice.app
> 
> Last login: Thu May 29 12:21:24 on ttys000
> /Applications/AOO\ Snapshot/OpenOffice.app/Contents/MacOS/soffice ; exit;
> Memoria:~ larry$ /Applications/AOO\
> Snapshot/OpenOffice.app/Contents/MacOS/soffice ; exit;
> usage: dirname path
> /Applications/AOO Snapshot/OpenOffice.app/Contents/MacOS/../program/senddoc:
> line 365: /uri-encode: No such file or directory
> /usr/bin/open -a Mail

The problem seems to be the space in the path "AOO Snapshot".

- open senddoc with a plain text editor
- search the first line after the Apache License, the one that says

URI_ENCODE="`dirname $0`/uri-encode"

and add double quotes around $0:

URI_ENCODE="`dirname "$0"`/uri-encode"

- then find all occurrences of ${URI_ENCODE} and replace them with
"${URI_ENCODE}" (if using TextEdit.app, it has a menu Edit - Find - Find and
Replace...).

-- 
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